Repository: kafka
Updated Branches:
  refs/heads/trunk 0971e62e5 -> 23f695196


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


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

Branch: refs/heads/trunk
Commit: 23f6951961060ad9a07b42f392470a227269e65a
Parents: 0971e62
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:51:58 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/23f69519/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