Skip to content

Commit

Permalink
update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Dec 31, 2023
1 parent ec8ca33 commit 301b8d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 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.pacdonjons_group
archivesBaseName = project.pacdonjons_name
Expand All @@ -17,7 +17,6 @@ repositories {
}

configurations {
include
include.canBeResolved = true
compileOnly.extendsFrom(include)
}
Expand All @@ -38,7 +37,7 @@ shadowJar {

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

processResources {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pacdonjons_group = fr.peaceandcube
pacdonjons_name = pacdonjons
pacdonjons_version = 1.2.1-SNAPSHOT
pacdonjons_version = 1.2.1

paper_version = 1.19.4-R0.1-SNAPSHOT
paper_version = 1.20.4-R0.1-SNAPSHOT
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.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 301b8d1

Please sign in to comment.