Skip to content

Commit

Permalink
Fix build-tools/reaper source/target compatibility to be JDK-11 (#2596)…
Browse files Browse the repository at this point in the history
… (#2605)

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit d4ce87b)

Co-authored-by: Andriy Redko <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and reta authored Mar 25, 2022
1 parent d4b67dc commit b573de0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/reaper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

apply plugin: 'java'

targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11

jar {
archiveFileName = "${project.name}.jar"
manifest {
Expand Down

0 comments on commit b573de0

Please sign in to comment.