e
This commit is contained in:
commit
fe619a10d4
29 changed files with 1302 additions and 0 deletions
21
settings.gradle.kts
Normal file
21
settings.gradle.kts
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
// RetroFuturaGradle
|
||||
name = "GTNH Maven"
|
||||
url = uri("https://nexus.gtnewhorizons.com/repository/public/")
|
||||
mavenContent {
|
||||
includeGroup("com.gtnewhorizons")
|
||||
includeGroupByRegex("com\\.gtnewhorizons\\..+")
|
||||
}
|
||||
}
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.gtnewhorizons.gtnhsettingsconvention") version("1.0.33")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue