Browse Source

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

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

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #2434 from ijuma/kafka-4698-target-1.7-verify-error
pull/2396/merge
Ismael Juma 8 years ago committed by Jason Gustafson
parent
commit
23f6951961
  1. 1
      build.gradle

1
build.gradle

@ -252,7 +252,6 @@ subprojects { @@ -252,7 +252,6 @@ subprojects {
"-deprecation",
"-unchecked",
"-encoding", "utf8",
"-target:jvm-${sourceCompatibility}".toString(),
"-Xlog-reflective-calls",
"-feature",
"-language:postfixOps",

Loading…
Cancel
Save