Skip to content

Commit 8a5f2df

Browse files
authored
Fix maven repo url, close #874
1 parent b521281 commit 8a5f2df

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Follow the below steps to add MCProtocolLib as a dependency to your project.
1919
<repositories>
2020
<repository>
2121
<id>opencollab</id>
22-
<url>https://repo.opencollab.dev/main/</url>
22+
<url>https://repo.opencollab.dev/maven-snapshots/</url>
2323
</repository>
2424
</repositories>
2525
```
@@ -42,7 +42,7 @@ Follow the below steps to add MCProtocolLib as a dependency to your project.
4242
repositories {
4343
maven {
4444
name 'opencollab'
45-
url 'https://repo.opencollab.dev/main/'
45+
url 'https://repo.opencollab.dev/maven-snapshots/'
4646
}
4747
}
4848
```
@@ -61,7 +61,7 @@ dependencies {
6161

6262
```kotlin
6363
repositories {
64-
maven("https://repo.opencollab.dev/main/") {
64+
maven("https://repo.opencollab.dev/maven-snapshots/") {
6565
name = "opencollab"
6666
}
6767
}
@@ -75,10 +75,6 @@ dependencies {
7575
}
7676
```
7777

78-
### Snapshots
79-
80-
To use snapshot builds, switch the URL to `https://repo.opencollab.dev/maven-snapshots/`.
81-
8278
### Javadocs
8379

8480
You can find the Javadocs for MCProtocolLib [on opencollab](https://repo.opencollab.dev/javadoc/maven-snapshots/org/geysermc/mcprotocollib/protocol/latest).

0 commit comments

Comments
 (0)