KAFKA-2034 sourceCompatibility not set in Kafka build.gradle; reviewed by Neha Narkhede and Ewen Cheslack-Postava

This commit is contained in:
Neha Narkhede 2015-04-25 14:43:19 -07:00
parent 2166104aff
commit 622e707554
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ subprojects {
apply plugin: 'maven'
apply plugin: 'signing'
sourceCompatibility = 1.6
licenseTest.onlyIf { isVerificationRequired(project) }
uploadArchives {