Rework buildscript

This commit is contained in:
Marcel Konrad
2022-07-19 01:10:20 +02:00
parent c489fdd928
commit a0f43cd35c
4 changed files with 93 additions and 60 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url = 'https://maven.minecraftforge.net/'
}
}
}
rootProject.name = 'WorldHandler'