mc-streamerbot-integration/settings.gradle
Yui 354f647e54
Some checks are pending
Build and test / build-and-test (push) Waiting to run
chore: added mod
2024-12-01 15:30:21 -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.29'
}