template
This commit is contained in:
commit
1c6e3a2abf
16 changed files with 693 additions and 0 deletions
14
settings.gradle
Normal file
14
settings.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = 'Quilt'
|
||||
url = 'https://maven.quiltmc.org/repository/release'
|
||||
}
|
||||
// Currently needed for Intermediary and other temporary dependencies
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue