Skip to content

Commit

Permalink
Change minimum supported JDK version from 8 to 11 (opensearch-project…
Browse files Browse the repository at this point in the history
…#321)

Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski authored Mar 15, 2022
1 parent 8d14084 commit 562f4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ allprojects {
}
apply from: 'build-tools/repositories.gradle'
plugins.withId('java') {
sourceCompatibility = targetCompatibility = "1.8"
sourceCompatibility = targetCompatibility = "11"
}
}

Expand Down

0 comments on commit 562f4f1

Please sign in to comment.