Skip to content

Commit

Permalink
Rebase from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Dec 7, 2023
1 parent a671ed9 commit dc6cf02
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 = 17
targetCompatibility = 17
sourceCompatibility = 11
targetCompatibility = 11
}

repositories {
Expand Down

0 comments on commit dc6cf02

Please sign in to comment.