Fix build-tools/reaper source/target compatibility to be JDK-11 (#2596)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2022-03-25 17:53:16 -04:00 committed by GitHub
parent 908682d437
commit d4ce87bddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
apply plugin: 'java' apply plugin: 'java'
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11
jar { jar {
archiveFileName = "${project.name}.jar" archiveFileName = "${project.name}.jar"
manifest { manifest {