init commit

This commit is contained in:
2021-02-24 20:28:38 -05:00
parent ec430e4f9d
commit cf841a04f6
32 changed files with 934 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}