Skip to content

Commit b573de0

Browse files
Fix build-tools/reaper source/target compatibility to be JDK-11 (#2596) (#2605)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit d4ce87b) Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
1 parent d4b67dc commit b573de0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildSrc/reaper/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
apply plugin: 'java'
1313

14+
targetCompatibility = JavaVersion.VERSION_11
15+
sourceCompatibility = JavaVersion.VERSION_11
16+
1417
jar {
1518
archiveFileName = "${project.name}.jar"
1619
manifest {

0 commit comments

Comments
 (0)