[ci-skip] YOLO (#1013)

https://youtu.be/mLyOj_QD4a4
This commit is contained in:
BillyGalbreath
2022-06-25 01:10:33 -05:00
committed by GitHub
parent bf2914aaaf
commit 8139942847

View File

@@ -77,7 +77,7 @@ repositories {
``` ```
```kotlin ```kotlin
dependencies { dependencies {
compileOnly("org.purpurmc.purpur", "purpur-api", "1.19-R0.1-SNAPSHOT") compileOnly("org.purpurmc.purpur:purpur-api:1.19-R0.1-SNAPSHOT")
} }
``` ```