Skip to content

Commit

Permalink
Fix build-tools/reaper source/target compatibility to be JDK-11
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Mar 25, 2022
1 parent cc0e66b commit 426205b
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 426205b

Please sign in to comment.