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:
parent
908682d437
commit
d4ce87bddc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue