Initial commit
build / build (push) Failing after 5m50s

This commit is contained in:
Dynamitos
2025-10-25 14:22:03 +02:00
commit f52d1b6af8
19 changed files with 799 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}