diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index 93c852a12c..e591722cda 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,21 @@ + +pluginManagement { + repositories { + maven { + // RetroFuturaGradle + name "GTNH Maven" + url "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" + allowInsecureProtocol = true + mavenContent { + includeGroup("com.gtnewhorizons.retrofuturagradle") + } + } + gradlePluginPortal() + mavenCentral() + mavenLocal() + } +} + plugins { id 'com.diffplug.blowdryerSetup' version '1.6.0' } |