Fixed build error

This commit is contained in:
RaphiMC 2023-07-16 16:55:14 +02:00
parent b28a1b7fe7
commit 5aed18d051
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94

View file

@ -54,6 +54,10 @@ repositories {
name = "ViaVersion" name = "ViaVersion"
url "https://repo.viaversion.com" 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 ivy { // This workaround is needed as gradle does not allow to include Java 17 dependencies in a Java 8 project
name = "Mojang" name = "Mojang"
url "https://libraries.minecraft.net" url "https://libraries.minecraft.net"