Skip to content

Commit

Permalink
Set Java version for source and target compatibility to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed May 14, 2024
1 parent 82d4578 commit da0f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version = "$projectVersion"
group = 'one.jpro'

compileJava {
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17
}

repositories {
Expand Down

0 comments on commit da0f6bf

Please sign in to comment.