Updating build system to 1.20
This commit is contained in:
parent
d709426061
commit
9edbf4ee8a
9 changed files with 259 additions and 155 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue