Commit fff28d9 1 parent d3a5ef4 commit fff28d9 Copy full SHA for fff28d9
File tree 7 files changed +14
-9
lines changed
7 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id ' idea'
4
4
id ' maven-publish'
5
- id ' fabric-loom' version ' 1.7 -SNAPSHOT'
5
+ id ' fabric-loom' version ' 1.9 -SNAPSHOT'
6
6
id ' net.darkhax.curseforgegradle'
7
7
id ' com.modrinth.minotaur'
8
8
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' eclipse'
4
4
id ' idea'
5
5
id ' maven-publish'
6
- id ' net.neoforged.gradle.userdev' version ' 7.0.165 '
6
+ id ' net.neoforged.gradle.userdev' version ' 7.0.181 '
7
7
id ' net.darkhax.curseforgegradle'
8
8
id ' com.modrinth.minotaur'
9
9
}
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ group=com.mrbysco.armorposer
6
6
minecraft_version =1.21.1
7
7
8
8
# NeoForge
9
- neo_version =21.1.71
10
- neogradle.subsystems.parchment.minecraftVersion =1.21
11
- neogradle.subsystems.parchment.mappingsVersion =2024.07.28
9
+ neo_version =21.1.121
10
+ neogradle.subsystems.parchment.minecraftVersion =1.21.1
11
+ neogradle.subsystems.parchment.mappingsVersion =2024.11.17
12
12
neogradle.subsystems.conventions.runs.create-default-run-per-type =false
13
13
14
14
# Fabric
15
- fabric_version =0.105 .0+1.21.1
16
- fabric_loader_version =0.16.5
15
+ fabric_version =0.115 .0+1.21.1
16
+ fabric_loader_version =0.16.10
17
17
cloth_config_version =15.0.140
18
18
mod_menu_version =11.0.3
19
19
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.8 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -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 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
Original file line number Diff line number Diff line change 13
13
@ rem See the License for the specific language governing permissions and
14
14
@ rem limitations under the License.
15
15
@ rem
16
+ @ rem SPDX-License-Identifier: Apache-2.0
17
+ @ rem
16
18
17
19
@ if " %DEBUG% " == " " @ echo off
18
20
@ rem ##########################################################################
You can’t perform that action at this time.
0 commit comments