From 13c2fb7482d45a74ca460f6192a16dc8c956923f Mon Sep 17 00:00:00 2001 From: citrons Date: Sun, 29 Oct 2023 22:42:13 -0500 Subject: initial commit --- settings.gradle | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 settings.gradle (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..4d208c5 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,26 @@ +pluginManagement { + repositories { + maven { + // RetroFuturaGradle + name 'GTNH Maven' + url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' + allowInsecureProtocol = true + mavenContent { + includeGroup 'com.gtnewhorizons' + includeGroup 'com.gtnewhorizons.retrofuturagradle' + } + } + gradlePluginPortal() + mavenCentral() + mavenLocal() + } +} + +plugins { + // Automatic toolchain provisioning + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0' +} + +// Due to an IntelliJ bug, this has to be done +// rootProject.name = archives_base_name +rootProject.name = rootProject.projectDir.getName() -- cgit v1.2.3