This commit is contained in:
Glitchlabs
2026-06-25 17:53:59 +02:00
commit f8c7f21775
13 changed files with 850 additions and 0 deletions
+11
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.8.0'
}