This commit is contained in:
lcy0x1
2024-06-20 16:41:01 +08:00
parent 338f03a007
commit d7164b386e
245 changed files with 8668 additions and 0 deletions

11
settings.gradle Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}