This commit is contained in:
Glitchlabs
2026-04-27 22:57:58 +02:00
commit 9616bb4993
59 changed files with 1385 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'
}