diff options
| author | Raven Szewczyk <git@eigenraven.me> | 2024-02-04 19:58:02 +0000 |
|---|---|---|
| committer | Raven Szewczyk <git@eigenraven.me> | 2024-02-04 19:58:02 +0000 |
| commit | 98f1f11fc4604cbf88488cd199b62849717b9eb3 (patch) | |
| tree | d5389ee7abcc404e6b64fc2c1c5f8f0becab6d8c /settings.gradle | |
| parent | 5910d8976795cea2ad391e5d37c74febe41e98ec (diff) | |
| download | GT5-Unofficial-98f1f11fc4604cbf88488cd199b62849717b9eb3.tar.gz GT5-Unofficial-98f1f11fc4604cbf88488cd199b62849717b9eb3.tar.bz2 GT5-Unofficial-98f1f11fc4604cbf88488cd199b62849717b9eb3.zip | |
[ci skip] upgraded build system
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 10 |
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 -} + |
