You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
523 B
Kotlin
22 lines
523 B
Kotlin
|
|
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("2.0.7")
|
|
}
|