mc-streamerbot-integration/settings.gradle
Yui 4d4c8d953c
Some checks failed
Build and test / build-and-test (push) Has been cancelled
Repo Initialization
2024-12-01 14:52:28 -03:00

22 lines
513 B
Groovy

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 {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
}