File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ allprojects {
1212 setupViaPublishing()
1313
1414 repositories {
15+ // Keep them in sync with docs/DEVELOPER_API.md
1516 maven(" https://repo.viaversion.com" )
1617 maven(" https://maven.lenni0451.net/everything" )
1718 maven(" https://maven.terraformersmc.com/releases" )
Original file line number Diff line number Diff line change @@ -17,12 +17,14 @@ If you also want to access **internal features** (including the legacy compatibi
1717
1818``` kotlin
1919repositories {
20+ // https://github.com/ViaVersion/ViaFabricPlus/blob/main/docs/DEVELOPER_API.md
2021 maven(" https://repo.viaversion.com" )
2122 maven(" https://maven.lenni0451.net/everything" )
2223 maven(" https://maven.terraformersmc.com/releases" )
2324 maven(" https://jitpack.io" ) {
2425 content {
2526 includeGroup(" com.github.oryxel1" )
27+ includeGroup(" dev.kastle.NetworkCompatible" )
2628 }
2729 }
2830}
You can’t perform that action at this time.
0 commit comments