Initial commit
This commit is contained in:
12
settings.gradle.jinja
Normal file
12
settings.gradle.jinja
Normal file
@@ -0,0 +1,12 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.neoforged.net/releases' }
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
||||
}
|
||||
rootProject.name = '{{MECHANICAL_NAME}}'
|
||||
Reference in New Issue
Block a user