mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-22 15:38:05 -05:00
Fixed build error
This commit is contained in:
parent
b28a1b7fe7
commit
5aed18d051
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ repositories {
|
|||
name = "ViaVersion"
|
||||
url "https://repo.viaversion.com"
|
||||
}
|
||||
maven {
|
||||
name = "Minecraft Libraries"
|
||||
url "https://libraries.minecraft.net"
|
||||
}
|
||||
ivy { // This workaround is needed as gradle does not allow to include Java 17 dependencies in a Java 8 project
|
||||
name = "Mojang"
|
||||
url "https://libraries.minecraft.net"
|
||||
|
|
Loading…
Reference in a new issue