Skip to content

Commit

Permalink
Set source level
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 8, 2024
1 parent 338667b commit 9171cb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Quelea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ task removeDist(type: Delete) {
delete "bundlejre"
}

compileJava {
sourceCompatibility = '21'
targetCompatibility = '21'
}

clean.finalizedBy(removeDist)
compileJava.finalizedBy(dependencyUpdates)

Expand Down

0 comments on commit 9171cb1

Please sign in to comment.