Update to Loom 1.3 and Gradle 8.2

This commit is contained in:
modmuss50 2023-07-05 19:47:49 +01:00
parent 921b564de2
commit 83fc4031af
9 changed files with 39 additions and 35 deletions

View file

@ -1,10 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}