diff options
| author | Martin Robertz <dream-master@gmx.net> | 2023-12-11 11:42:24 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2023-12-11 11:42:24 +0100 |
| commit | a48003749fdd10103635a2e646cfbe4f60dafd41 (patch) | |
| tree | d0ea05b9a3c2b34af4ba39b74c9cb8306c77f4fc | |
| parent | 26ae8804de58fb397240e3a60b98ee4812440bef (diff) | |
| download | GT5-Unofficial-a48003749fdd10103635a2e646cfbe4f60dafd41.tar.gz GT5-Unofficial-a48003749fdd10103635a2e646cfbe4f60dafd41.tar.bz2 GT5-Unofficial-a48003749fdd10103635a2e646cfbe4f60dafd41.zip | |
update bs+deps
| -rw-r--r-- | build.gradle | 8 | ||||
| -rw-r--r-- | dependencies.gradle | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 8507c7dfbd..50c3291c86 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1701530445 +//version: 1702141377 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -54,7 +54,7 @@ plugins { id 'com.diffplug.spotless' version '6.13.0' apply false // 6.13.0 is the last jvm8 supporting version id 'com.modrinth.minotaur' version '2.+' apply false id 'com.matthewprenger.cursegradle' version '1.4.0' apply false - id 'com.gtnewhorizons.retrofuturagradle' version '1.3.24' + id 'com.gtnewhorizons.retrofuturagradle' version '1.3.26' } print("You might want to check out './gradlew :faq' if your build fails.\n") @@ -613,7 +613,7 @@ repositories { } maven { name = "ic2" - url = getURL("https://maven.ic2.player.to/", "https://maven2.ic2.player.to/") + url = getURL("https://maven2.ic2.player.to/", "https://maven.ic2.player.to/") content { includeGroup "net.industrial-craft" } @@ -672,6 +672,8 @@ configurations.all { substitute module('com.github.GTNewHorizons:SpongePoweredMixin') using module(mixinProviderSpecNoClassifer) withClassifier("dev") because("Unimixins replaces other mixin mods") substitute module('com.github.GTNewHorizons:SpongeMixins') using module(mixinProviderSpecNoClassifer) withClassifier("dev") because("Unimixins replaces other mixin mods") substitute module('io.github.legacymoddingmc:unimixins') using module(mixinProviderSpecNoClassifer) withClassifier("dev") because("Our previous unimixins upload was missing the dev classifier") + + substitute module('org.scala-lang:scala-library:2.11.1') using module('org.scala-lang:scala-library:2.11.5') because('To allow mixing with Java 8 targets') } } diff --git a/dependencies.gradle b/dependencies.gradle index 251cb10af9..3760a24a05 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,9 +4,9 @@ dependencies { api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.106:dev') api('com.github.GTNewHorizons:bartworks:0.8.20:dev') implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') - implementation('com.github.GTNewHorizons:GTplusplus:1.10.41:dev') + implementation('com.github.GTNewHorizons:GTplusplus:1.10.45:dev') - compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.5.3-GTNH:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.5.4-GTNH:dev') {transitive = false} runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.3:dev') } |
