Skip to content

Commit

Permalink
Downgrade Java to 17 for JBA plugin backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Oct 31, 2024
1 parent ea0974e commit 0a6553a
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 @@ -10,8 +10,8 @@ group 'org.hyperskill'
version '12.0.2'

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

repositories {
Expand Down

0 comments on commit 0a6553a

Please sign in to comment.