Skip to content

Commit 0097a97

Browse files
Add note for J8 builds
1 parent 6e583a0 commit 0097a97

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Runs on 1.9-latest servers or 1.8 clients and lower.
1010
- in **ViaFabric**, put ViaRewind into the `mods` folder
1111
- in **ViaProxy**, put ViaRewind into the `jars` folder
1212

13+
Note: when using ViaFabric <= 1.16.5 or J8 ViaProxy builds, you need [J8 ViaRewind](https://ci.viaversion.com/view/ViaRewind/job/ViaRewind-Java8/) builds.
14+
1315
**Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) and [ViaBackwards](https://hangar.papermc.io/ViaVersion/ViaBackwards) to be installed..**
1416

1517
Releases/Dev Builds

buildSrc/src/main/groovy/com.viaversion.java-conventions.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,21 @@ repositories {
77
maven {
88
url = uri("https://repo.viaversion.com")
99
}
10-
1110
maven {
1211
url = uri("https://repo.maven.apache.org/maven2/")
1312
}
14-
1513
maven {
1614
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
1715
}
18-
1916
maven {
2017
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
2118
}
22-
2319
maven {
2420
url = uri("https://maven.fabricmc.net/")
2521
}
26-
2722
maven {
2823
url = uri("https://repo.spongepowered.org/repository/maven-public/")
2924
}
30-
3125
maven {
3226
url = uri("https://nexus.velocitypowered.com/repository/maven-public/")
3327
}

0 commit comments

Comments
 (0)