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, 0 insertions, 23 deletions
diff --git a/kekztech/settings.gradle b/kekztech/settings.gradle
deleted file mode 100644
index 94c2daf35c..0000000000
--- a/kekztech/settings.gradle
+++ /dev/null
@@ -1,23 +0,0 @@
-
-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'
-}
-
-