Skip to content

Commit 169e749

Browse files
authored
Revert "Fix maven repo url, close #874"
1 parent 8a5f2df commit 169e749

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 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/maven-snapshots/</url>
22+
<url>https://repo.opencollab.dev/main/</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/maven-snapshots/'
45+
url 'https://repo.opencollab.dev/main/'
4646
}
4747
}
4848
```
@@ -61,7 +61,7 @@ dependencies {
6161

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

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

8084
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)