Skip to content

Commit

Permalink
Bump Java level to 11 (#994)
Browse files Browse the repository at this point in the history
Follow up ceb119e.
  • Loading branch information
Goooler authored Oct 2, 2024
1 parent 05baf2e commit e022498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

spotless {
Expand Down

0 comments on commit e022498

Please sign in to comment.