File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
id ' com.github.johnrengelman.shadow' version ' 7.0.0'
5
5
}
6
6
7
- sourceCompatibility = JavaVersion . VERSION_18
8
- targetCompatibility = JavaVersion . VERSION_18
7
+ sourceCompatibility = JavaVersion . VERSION_17
8
+ targetCompatibility = JavaVersion . VERSION_17
9
9
10
10
group = project. pacfirstplayed_group
11
11
archivesBaseName = project. pacfirstplayed_name
@@ -37,7 +37,7 @@ shadowJar {
37
37
38
38
tasks. withType(JavaCompile ). configureEach {
39
39
it. options. encoding = " UTF-8"
40
- it. options. release = 18
40
+ it. options. release = 17
41
41
}
42
42
43
43
processResources {
Original file line number Diff line number Diff line change 1
1
pacfirstplayed_group = fr.peaceandcube
2
2
pacfirstplayed_name = pacfirstplayed
3
- pacfirstplayed_version = 1.3.1-SNAPSHOT
3
+ pacfirstplayed_version = 1.3.1
4
4
5
- paper_version = 1.19 .4-R0.1-SNAPSHOT
5
+ paper_version = 1.20 .4-R0.1-SNAPSHOT
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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -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