Skip to content

Commit 5639732

Browse files
committed
update
1 parent 0559f6d commit 5639732

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dependencies.gradle

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

6-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev')
6+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.170:dev')
77
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev')
88
implementation('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev')
99

1010
compileOnly('com.github.GTNewHorizons:OpenComputers:1.11.10-GTNH:api') { transitive = false }
11-
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-548-GTNH:api') { transitive = false }
11+
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-549-GTNH:api') { transitive = false }
1212
compileOnly('com.github.GTNewHorizons:StorageDrawers:2.1.0-GTNH:api') { transitive = false }
1313
compileOnly('com.github.GTNewHorizons:Jabba:1.5.3:dev') { transitive = false }
1414
compileOnly('com.github.GTNewHorizons:ironchest:6.1.1:dev') { transitive = false }
15-
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.3:dev') { transitive = false }
15+
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.5:dev') { transitive = false }
1616
compileOnly('com.github.GTNewHorizons:EnderIO:2.9.4:dev') { transitive = false }
1717
compileOnly('com.github.GTNewHorizons:EnderCore:0.4.6:dev') { transitive = false }
1818
compileOnly('com.github.GTNewHorizons:EnderStorage:1.7.2:dev') { transitive = false }
1919
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.35:api') { transitive = false }
2020
compileOnly('com.github.GTNewHorizons:Binnie:2.5.4:dev') { transitive = false }
21-
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162:dev') { transitive = false }
21+
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.170:dev') { transitive = false }
2222
compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.13:dev") {transitive = false}
2323
compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') { transitive = false }
2424
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') { transitive = false }

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * 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,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# 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.36'
19+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.37'
2020
}
2121

2222

0 commit comments

Comments
 (0)