Commit b1a476b 1 parent b34974a commit b1a476b Copy full SHA for b1a476b
File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
compileOnly(" com.github.GTNewHorizons:AkashicTome:1.2.1:dev" ) { transitive = false }
11
11
compileOnly(" com.github.GTNewHorizons:Avaritia:1.61:dev" ) { transitive = false }
12
12
compileOnly(" com.github.GTNewHorizons:twilightforest:2.7.5:dev" ) { transitive = false }
13
- compileOnly(" com.github.GTNewHorizons:GTNH-Intergalactic:1.5.32 :dev" ) { transitive = false }
13
+ compileOnly(" com.github.GTNewHorizons:GTNH-Intergalactic:1.5.33 :dev" ) { transitive = false }
14
14
compileOnly(" com.github.GTNewHorizons:Mantle:0.5.0:dev" ) { transitive = false }
15
15
compileOnly(" com.github.GTNewHorizons:TinkersConstruct:1.13.9-GTNH:dev" ) { transitive = false }
16
16
compileOnly(" com.github.GTNewHorizons:WitcheryExtras:1.3.0:dev" ) { transitive = false }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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.12 .1-bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# 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
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginManagement {
17
17
}
18
18
19
19
plugins {
20
- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.32 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.33 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments