mirror of https://github.com/apache/kafka.git
KAFKA-2034 sourceCompatibility not set in Kafka build.gradle; reviewed by Neha Narkhede and Ewen Cheslack-Postava
This commit is contained in:
parent
2166104aff
commit
622e707554
|
@ -47,6 +47,8 @@ subprojects {
|
|||
apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
|
||||
sourceCompatibility = 1.6
|
||||
|
||||
licenseTest.onlyIf { isVerificationRequired(project) }
|
||||
|
||||
uploadArchives {
|
||||
|
|
Loading…
Reference in New Issue