Start updating to 1.20
This commit is contained in:
parent
b45e9c3fec
commit
928e57c104
9 changed files with 234 additions and 141 deletions
|
@ -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'
|
||||
}
|
Reference in a new issue