mc-streamerbot-integration/settings.gradle

22 lines
513 B
Groovy
Raw Normal View History

2024-12-01 18:52:28 +01:00
pluginManagement {
repositories {
maven {
// RetroFuturaGradle
name "GTNH Maven"
url "https://nexus.gtnewhorizons.com/repository/public/"
mavenContent {
includeGroup("com.gtnewhorizons")
includeGroupByRegex("com\\.gtnewhorizons\\..+")
}
}
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}
plugins {
2024-12-01 19:30:21 +01:00
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
2024-12-01 18:52:28 +01:00
}