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"
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"