You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2015/07/08 19:23:20 UTC

kafka git commit: KAFKA-2316: Drop java 1.6 support; patched by Sriharsha Chintalapani reviewed by Ismael Juma and Gwen Shapira

Repository: kafka
Updated Branches:
  refs/heads/trunk 67b6b9a45 -> 7df39e039


KAFKA-2316: Drop java 1.6 support; patched by Sriharsha Chintalapani reviewed by Ismael Juma and Gwen Shapira


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/7df39e03
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/7df39e03
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/7df39e03

Branch: refs/heads/trunk
Commit: 7df39e0394a6fd2f26e8f12768ebf7fecd56e3da
Parents: 67b6b9a
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Authored: Wed Jul 8 10:22:42 2015 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Wed Jul 8 10:22:42 2015 -0700

----------------------------------------------------------------------
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/7df39e03/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 2b3c009..535c35d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,9 +4,9 @@
 // The ASF licenses this file to You under the Apache License, Version 2.0
 // (the "License"); you may not use this file except in compliance with
 // the License.  You may obtain a copy of the License at
-// 
+//
 //    http://www.apache.org/licenses/LICENSE-2.0
-// 
+//
 // Unless required by applicable law or agreed to in writing, software
 // distributed under the License is distributed on an "AS IS" BASIS,
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -74,7 +74,7 @@ subprojects {
   apply plugin: 'maven'
   apply plugin: 'signing'
 
-  sourceCompatibility = 1.6
+  sourceCompatibility = 1.7
 
   uploadArchives {
     repositories {