Start updating to 1.20

This commit is contained in:
zontreck 2023-11-19 06:14:32 -07:00
parent b45e9c3fec
commit 928e57c104
9 changed files with 234 additions and 141 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'
}