Skip to content

Commit a567fb3

Browse files
committed
update
1 parent 2c64f1b commit a567fb3

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

dependencies.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
dependencies {
44
api('com.github.GTNewHorizons:BuildCraft:7.1.42:dev')
55

6-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.140:dev') {
6+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev') {
77
exclude group: 'com.github.GTNewHorizons', module: 'ModularUI2'
88
}
99
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev')
10-
implementation('com.github.GTNewHorizons:ModularUI2:2.1.16-1.7.10:dev')
10+
implementation('com.github.GTNewHorizons:ModularUI2:2.2.4-1.7.10:dev')
1111
implementation('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev')
1212

13-
compileOnly('com.github.GTNewHorizons:OpenComputers:1.11.8-GTNH:api') { transitive = false }
14-
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-546-GTNH:api') { transitive = false }
13+
compileOnly('com.github.GTNewHorizons:OpenComputers:1.11.10-GTNH:api') { transitive = false }
14+
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-548-GTNH:api') { transitive = false }
1515
compileOnly('com.github.GTNewHorizons:StorageDrawers:2.1.0-GTNH:api') { transitive = false }
1616
compileOnly('com.github.GTNewHorizons:Jabba:1.5.3:dev') { transitive = false }
1717
compileOnly('com.github.GTNewHorizons:ironchest:6.1.1:dev') { transitive = false }
18-
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.2:dev') { transitive = false }
18+
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.3:dev') { transitive = false }
1919
compileOnly('com.github.GTNewHorizons:EnderIO:2.9.4:dev') { transitive = false }
2020
compileOnly('com.github.GTNewHorizons:EnderCore:0.4.6:dev') { transitive = false }
2121
compileOnly('com.github.GTNewHorizons:EnderStorage:1.7.2:dev') { transitive = false }
2222
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.35:api') { transitive = false }
2323
compileOnly('com.github.GTNewHorizons:Binnie:2.5.4:dev') { transitive = false }
24-
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.140:dev') { transitive = false }
24+
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev') { transitive = false }
2525
compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.11:dev") {transitive = false}
2626
compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') { transitive = false }
2727
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') { transitive = false }

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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.12.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

+2-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pluginManagement {
1616
}
1717

1818
plugins {
19-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.33'
19+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.36'
2020
}
2121

2222

0 commit comments

Comments
 (0)