Updating build system to 1.20

This commit is contained in:
zontreck 2023-11-19 08:35:10 -07:00
parent d709426061
commit 9edbf4ee8a
9 changed files with 259 additions and 155 deletions

View file

@ -1,7 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
maven { url = "https://maven.zontreck.dev/repository/internal" }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}