Skip to content

Commit

Permalink
Add source compatibility to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jules.vinot authored and jules.vinot committed Oct 9, 2024
1 parent 67daff7 commit a99afe0
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 @@ -4,7 +4,7 @@ plugins {
}

java {
sourceCompatibility = '21'
sourceCompatibility = '17'
}

sonar {
Expand Down

0 comments on commit a99afe0

Please sign in to comment.