Repository: kafka
Updated Branches:
  refs/heads/0.10.2 1d2426683 -> 94c0da2b7


KAFKA-4698; VerifyError in kafka/client/ClientUtils due to -target:jvm-1.7

Author: Ismael Juma <ism...@juma.me.uk>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #2434 from ijuma/kafka-4698-target-1.7-verify-error

(cherry picked from commit 23f6951961060ad9a07b42f392470a227269e65a)
Signed-off-by: Jason Gustafson <ja...@confluent.io>


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

Branch: refs/heads/0.10.2
Commit: 94c0da2b7946569b3da7c5fcc49157e3283b2be3
Parents: 1d24266
Author: Ismael Juma <ism...@juma.me.uk>
Authored: Wed Jan 25 16:51:58 2017 -0800
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Wed Jan 25 16:52:10 2017 -0800

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/94c0da2b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e191a51..7a34c25 100644
--- a/build.gradle
+++ b/build.gradle
@@ -252,7 +252,6 @@ subprojects {
       "-deprecation",
       "-unchecked",
       "-encoding", "utf8",
-      "-target:jvm-${sourceCompatibility}".toString(),
       "-Xlog-reflective-calls",
       "-feature",
       "-language:postfixOps",

Reply via email to