Skip to content

Commit

Permalink
Remove Java 11 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainkarafallah authored Sep 9, 2024
1 parent fc9c7d1 commit 69b3995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ dependencies {

java {
if (springBootVersion.startsWith("2.")) {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
} else {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 69b3995

Please sign in to comment.