Skip to content

Commit

Permalink
update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Oct 16, 2023
1 parent 8c4e4c4 commit a7b2a2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0'
}

sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_18
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = project.pacprofile_group
archivesBaseName = project.pacprofile_name
Expand Down Expand Up @@ -56,7 +56,7 @@ shadowJar {

tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release = 18
it.options.release = 17
}

processResources {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pacprofile_group = fr.peaceandcube
pacprofile_name = pacprofile
pacprofile_version = 1.5.1
pacprofile_version = 1.5.2-SNAPSHOT

paper_version = 1.20.1-R0.1-SNAPSHOT
paper_version = 1.20.2-R0.1-SNAPSHOT

anvilgui_version = 1.7.0-SNAPSHOT
anvilgui_version = 1.9.0-SNAPSHOT
luckperms_version = 5.4
essentials_version = 2.20.0
griefprevention_version = 16.18.1
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a7b2a2b

Please sign in to comment.