Skip to content

Commit

Permalink
Use source compatibility 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jul 10, 2024
1 parent bcef33e commit a9e599a
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 @@ -17,7 +17,7 @@ sourceSets {
}

java {
sourceCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_17
}

project.layout.buildDirectory = 'target'
Expand Down

0 comments on commit a9e599a

Please sign in to comment.