Skip to content

Commit 9b80411

Browse files
committed
Update to 1.20.5-rc2
1 parent 45538b1 commit 9b80411

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
steps:
1010
- uses: actions/[email protected]
11-
- name: Set up JDK 17
11+
- name: Set up JDK 21
1212
uses: actions/[email protected]
1313
with:
1414
distribution: 'adopt'
15-
java-version: '17'
15+
java-version: '21'
1616

1717
- name: Make gradlew executable
1818
run: chmod +x ./gradlew

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.5-SNAPSHOT'
2+
id 'fabric-loom' version '1.6-SNAPSHOT'
33
id 'maven-publish'
44
}
55

@@ -52,7 +52,7 @@ processResources {
5252
}
5353
}
5454

55-
def targetJavaVersion = 17
55+
def targetJavaVersion = 21
5656
tasks.withType(JavaCompile).configureEach {
5757
// ensure that the encoding is set to UTF-8, no matter what the system default is
5858
// this fixes some edge cases with special characters not displaying correctly

gradle.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
org.gradle.jvmargs=-Xmx2G
33

44
# 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
77

88
# Mod Properties
99
mod_version=1.4
1010
maven_group=me.wesley1808
1111
archives_base_name=advancedchat
1212

1313
# 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
1616
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
1919

2020
# Other dependencies
2121
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
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)