Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriyaShiine authored Sep 21, 2024
1 parent 98a3312 commit 1a664b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
}

chenille {
javaVersion = 21
configurePublishing {
withGithubRelease()
withModrinthRelease()
Expand Down Expand Up @@ -119,7 +120,7 @@ processResources {
}

tasks.withType(JavaCompile).configureEach {
it.options.release = 17
it.options.release = 21
}

java {
Expand Down

0 comments on commit 1a664b3

Please sign in to comment.