aboutsummaryrefslogtreecommitdiff
path: root/kekztech/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'kekztech/settings.gradle')
-rw-r--r--kekztech/settings.gradle23
1 files changed, 23 insertions, 0 deletions
diff --git a/kekztech/settings.gradle b/kekztech/settings.gradle
new file mode 100644
index 0000000000..94c2daf35c
--- /dev/null
+++ b/kekztech/settings.gradle
@@ -0,0 +1,23 @@
+
+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.22'
+}
+
+