Skip to content

Commit b3a5cfb

Browse files
Update documentation
1 parent 5d4dcfc commit b3a5cfb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")

docs/DEVELOPER_API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ If you also want to access **internal features** (including the legacy compatibi
1717

1818
```kotlin
1919
repositories {
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
}

0 commit comments

Comments
 (0)