From 7336d7d4af3bd164fb9ecbe7745e641ed043e26c Mon Sep 17 00:00:00 2001 From: rutaji Date: Thu, 9 Jul 2026 16:29:46 +0200 Subject: [PATCH] updated dependencies --- build.gradle | 24 +----------------------- dependencies.gradle | 10 ++++++---- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/build.gradle b/build.gradle index d3a4bc1..dca787e 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,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.27' + id 'com.gtnewhorizons.retrofuturagradle' version '1.4.9' } print("You might want to check out './gradlew :faq' if your build fails.\n") @@ -1059,28 +1059,6 @@ idea { if (coreModClass) { coreModArgs = ' "-Dfml.coreMods.load=' + modGroup + '.' + coreModClass + '"' } - "Run Client (IJ Native)"(Application) { - mainClass = "GradleStart" - moduleName = project.name + ".ideVirtualMain" - afterEvaluate { - workingDirectory = tasks.runClient.workingDir.absolutePath - programParameters = tasks.runClient.calculateArgs(project).collect { '"' + it + '"' }.join(' ') - jvmArgs = tasks.runClient.calculateJvmArgs(project).collect { '"' + it + '"' }.join(' ') + - ' ' + tasks.runClient.systemProperties.collect { '"-D' + it.key + '=' + it.value.toString() + '"' }.join(' ') + - coreModArgs - } - } - "Run Server (IJ Native)"(Application) { - mainClass = "GradleStartServer" - moduleName = project.name + ".ideVirtualMain" - afterEvaluate { - workingDirectory = tasks.runServer.workingDir.absolutePath - programParameters = tasks.runServer.calculateArgs(project).collect { '"' + it + '"' }.join(' ') - jvmArgs = tasks.runServer.calculateJvmArgs(project).collect { '"' + it + '"' }.join(' ') + - ' ' + tasks.runServer.systemProperties.collect { '"-D' + it.key + '=' + it.value.toString() + '"' }.join(' ') + - coreModArgs - } - } } compiler.javac { afterEvaluate { diff --git a/dependencies.gradle b/dependencies.gradle index 0d0b54c..2ada993 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -34,11 +34,13 @@ * For more details, see https://docs.gradle.org/8.0.1/userguide/java_library_plugin.html#sec:java_library_configurations_graph */ dependencies { - api('com.github.GTNewHorizons:CodeChickenCore:1.3.10:dev') + api('com.github.GTNewHorizons:CodeChickenCore:1.4.10:dev') // api('com.github.CoFH:cofhcore:3.1.4-329:dev') - api("com.github.GTNewHorizons:NotEnoughItems:2.6.52-GTNH:dev") - api('com.github.GTNewHorizons:Hodgepodge:2.5.86:dev') - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.111:dev') + api("com.github.GTNewHorizons:NotEnoughItems:2.8.44-GTNH:dev") + api('com.github.GTNewHorizons:Hodgepodge:2.6.112:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.482:dev'){ + exclude group: 'com.github.GTNewHorizons', module: 'CodeChickenLib' + } // Random Extra deps for testing with more items // api('com.github.GTNewHorizons:GTNHLib:0.5.23:dev')