Finish updating to 1.20.1

This commit is contained in:
zontreck 2023-11-19 02:53:32 -07:00
parent 46815aeb78
commit cd2a48bdfb
5 changed files with 116 additions and 84 deletions

View file

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