Skip to content

Commit

Permalink
only:cleaner java 11 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Aug 16, 2024
1 parent 0a4f19a commit 1883528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java_tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ allprojects {

plugins.withType(JavaPlugin) {
dependencies {
// let's be vocal that 1.8 is not enough
sourceCompatibility = '11'
targetCompatibility = '11'

implementation global_libs.annotations
testImplementation global_libs.junit5
testImplementation global_libs.junit5engine
Expand Down

0 comments on commit 1883528

Please sign in to comment.