aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 3 insertions, 7 deletions
diff --git a/settings.gradle b/settings.gradle
index 8a66026e3d..e8946ada27 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -6,6 +6,7 @@ pluginManagement {
name "GTNH Maven"
url "https://nexus.gtnewhorizons.com/repository/public/"
mavenContent {
+ includeGroup("com.gtnewhorizons")
includeGroupByRegex("com\\.gtnewhorizons\\..+")
}
}
@@ -16,12 +17,7 @@ pluginManagement {
}
plugins {
- id 'com.diffplug.blowdryerSetup' version '1.7.1'
- id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0' // Provides java toolchains
+ id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.8'
}
-blowdryerSetup {
- repoSubfolder 'gtnhShared'
- github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.2.0')
- //devLocal '.' // Use this when testing config updates locally
-}
+