File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
11
- - name : Set up JDK 17
11
+ - name : Set up JDK 21
12
12
13
13
with :
14
14
distribution : ' adopt'
15
- java-version : ' 17 '
15
+ java-version : ' 21 '
16
16
17
17
- name : Make gradlew executable
18
18
run : chmod +x ./gradlew
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.5 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 1.6 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
@@ -52,7 +52,7 @@ processResources {
52
52
}
53
53
}
54
54
55
- def targetJavaVersion = 17
55
+ def targetJavaVersion = 21
56
56
tasks. withType(JavaCompile ). configureEach {
57
57
// ensure that the encoding is set to UTF-8, no matter what the system default is
58
58
// this fixes some edge cases with special characters not displaying correctly
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xmx2G
3
3
4
4
# Fabric Properties
5
- minecraft_version =24w04a
6
- loader_version =0.15.6
5
+ minecraft_version =1.20.5-rc2
6
+ loader_version =0.15.10
7
7
8
8
# Mod Properties
9
9
mod_version =1.4
10
10
maven_group =me.wesley1808
11
11
archives_base_name =advancedchat
12
12
13
13
# API dependencies
14
- fabric_version =0.95.1 +1.20.5
15
- placeholder_api_version =2.3.0 +1.20.3
14
+ fabric_version =0.97.3 +1.20.5
15
+ placeholder_api_version =2.4.0-pre.1 +1.20.5
16
16
playerdata_api_version =0.4.0+1.20.3
17
- predicate_api_version =0.3 .0+1.20.2
18
- permission_api_version =0.3-SNAPSHOT
17
+ predicate_api_version =0.4 .0+1.20.5
18
+ permission_api_version =0.3.1
19
19
20
20
# Other dependencies
21
21
styledchat_version =2.4.0+1.20.3
22
- vanish_version =1.5.0 +1.20.3-rc1
22
+ vanish_version =1.5.2 +1.20.4
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.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments