Add template (NeoGradle)
From: https://github.com/NeoForgeMDKs/MDK-1.21.4-NeoGradle
This commit is contained in:
parent
8e588cf33e
commit
9d7496a1fe
14 changed files with 936 additions and 0 deletions
11
settings.gradle
Normal file
11
settings.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.neoforged.net/releases' }
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue