diff options
author | GDCloud <gdcloudstrike@gmail.com> | 2023-02-05 04:27:24 +0100 |
---|---|---|
committer | GDCloud <gdcloudstrike@gmail.com> | 2023-02-05 04:27:24 +0100 |
commit | 71278e8c7889aecb092468dc3d0fb1350aaef77d (patch) | |
tree | 98205f0f1cb408ca44261657708283e1f50d6f32 /settings.gradle | |
parent | eab1afe11ddd894fef8ba618deda9926e09edab7 (diff) | |
download | GT5-Unofficial-71278e8c7889aecb092468dc3d0fb1350aaef77d.tar.gz GT5-Unofficial-71278e8c7889aecb092468dc3d0fb1350aaef77d.tar.bz2 GT5-Unofficial-71278e8c7889aecb092468dc3d0fb1350aaef77d.zip |
buildscript fix (praying it works)
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' } |