[+] Create project

This commit is contained in:
Hykilpikonna
2020-03-01 11:23:42 -05:00
commit bbd4d3f0d6
12 changed files with 496 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}