Skip to content

Commit 5a6e0d3

Browse files
committed
update
1 parent a1a0a78 commit 5a6e0d3

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

dependencies.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
dependencies {
44

5-
api ('com.github.GTNewHorizons:ThaumicBoots:1.4.2:dev'){transitive=false}
5+
api ('com.github.GTNewHorizons:ThaumicBoots:1.4.4:dev'){transitive=false}
66

7-
implementation('com.github.GTNewHorizons:Baubles-Expanded:2.0.3:dev')
7+
implementation('com.github.GTNewHorizons:Baubles-Expanded:2.1.6-GTNH:dev')
88
implementation('com.github.GTNewHorizons:ThaumicBases:1.8.3:dev') {transitive=false}
99
implementation('com.github.GTNewHorizons:Tainted-Magic:7.6.15-GTNH:dev') {
1010
// we don't want the old Baubles Messing stuff up so lets disable that
1111
exclude module: "Baubles"
1212
}
13-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.79:dev') {exclude module: "Baubles" }
13+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev') {exclude module: "Baubles" }
1414
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev') {exclude module: "Baubles" }
15-
implementation('com.github.GTNewHorizons:twilightforest:2.7.4:dev')
15+
implementation('com.github.GTNewHorizons:twilightforest:2.7.5:dev')
1616
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
17-
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.22-GTNH:dev')
17+
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev')
1818

1919
compile('com.github.GTNewHorizons:DummyCore:1.19.0:dev')
2020
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev') {transitive=false}
2121
compileOnly('com.github.GTNewHorizons:Botania:1.12.5-GTNH:api') {transitive=false}
2222
compileOnly('com.github.GTNewHorizons:CraftTweaker:3.4.0:dev') {transitive=false}
2323
compileOnly('com.github.GTNewHorizons:ZenScript:1.0.0-GTNH') {transitive=false}
24-
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.0-GTNH:api') {transitive=false}
25-
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.4-GTNH:dev') {transitive=false}
24+
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.1-GTNH:api') {transitive=false}
25+
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.9-GTNH:dev') {transitive=false}
2626
compileOnly(deobfCurse('enviromine-230236:2269710'))
2727

2828
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev')

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum
@@ -206,7 +205,7 @@ fi
206205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207206

208207
# Collect all arguments for the java command:
209-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210209
# and any embedded shellness will be escaped.
211210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212211
# treated as '${Hostname}' itself on the command line.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.36'
2121
}
2222

2323

0 commit comments

Comments
 (0)