diff options
Diffstat (limited to 'kubatech/settings.gradle')
-rw-r--r-- | kubatech/settings.gradle | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kubatech/settings.gradle b/kubatech/settings.gradle deleted file mode 100644 index 94c2daf35c..0000000000 --- a/kubatech/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' -} - - |