Skip to content

Commit

Permalink
Update 20241212 - Minimum Java Required
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus5600 committed Dec 12, 2024
1 parent 7c11d05 commit 84a07da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ processResources {
}

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

java {
Expand Down

0 comments on commit 84a07da

Please sign in to comment.