[ci-skip] oops

This commit is contained in:
Ben Kerllenevich
2021-12-05 07:20:49 -05:00
parent d2969c5643
commit 4a3f5b5fd2
2 changed files with 4 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ Maven
```xml
<repository>
<id>purpur</id>
<url>https://repo.purpurmc.org/</url>
<url>https://repo.purpurmc.org/snapshots</url>
</repository>
```
```xml
@@ -87,7 +87,7 @@ Maven
Gradle
```kotlin
repositories {
maven("https://repo.purpurmc.org/")
maven("https://repo.purpurmc.org/snapshots")
}
```
```kotlin