mirror of
https://github.com/Xevion/everything-on-a-stick.git
synced 2025-12-09 12:07:08 -06:00
use plugins block for fabric-loom
add .gitignore
This commit is contained in:
10
settings.gradle
Normal file
10
settings.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'http://maven.modmuss50.me/'
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user