version bump and gradle update

This commit is contained in:
Jonas_Jones 2024-01-10 01:24:14 +01:00
parent 3fd5ae28aa
commit a2ec034dcd
10 changed files with 218 additions and 137 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()
}
}