Skip to content

Commit fc79c90

Browse files
committed
update to 1.20.4
1 parent 8cf7206 commit fc79c90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'com.github.johnrengelman.shadow' version '7.0.0'
55
}
66

7-
sourceCompatibility = JavaVersion.VERSION_18
8-
targetCompatibility = JavaVersion.VERSION_18
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
99

1010
group = project.pacfirstplayed_group
1111
archivesBaseName = project.pacfirstplayed_name
@@ -37,7 +37,7 @@ shadowJar {
3737

3838
tasks.withType(JavaCompile).configureEach {
3939
it.options.encoding = "UTF-8"
40-
it.options.release = 18
40+
it.options.release = 17
4141
}
4242

4343
processResources {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pacfirstplayed_group = fr.peaceandcube
22
pacfirstplayed_name = pacfirstplayed
3-
pacfirstplayed_version = 1.3.1-SNAPSHOT
3+
pacfirstplayed_version = 1.3.1
44

5-
paper_version = 1.19.4-R0.1-SNAPSHOT
5+
paper_version = 1.20.4-R0.1-SNAPSHOT
Lines changed: 1 addition & 1 deletion
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.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)