You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/11/17 22:29:44 UTC

[13/50] [abbrv] beam git commit: Disable findbugs within sdks/java/io/kafka to match findbugs configuration in the pom.xml

Disable findbugs within sdks/java/io/kafka to match findbugs configuration in the pom.xml


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/31785b33
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/31785b33
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/31785b33

Branch: refs/heads/master
Commit: 31785b330f976b214ed639533b729748657a84bb
Parents: 044348a
Author: Lukasz Cwik <lc...@google.com>
Authored: Fri Nov 3 23:29:31 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Nov 17 14:27:15 2017 -0800

----------------------------------------------------------------------
 sdks/java/io/kafka/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/31785b33/sdks/java/io/kafka/build.gradle
----------------------------------------------------------------------
diff --git a/sdks/java/io/kafka/build.gradle b/sdks/java/io/kafka/build.gradle
index 7ea367b..28660ae 100644
--- a/sdks/java/io/kafka/build.gradle
+++ b/sdks/java/io/kafka/build.gradle
@@ -17,7 +17,7 @@
  */
 
 apply from: project(":").file("build_rules.gradle")
-applyJavaNature()
+applyJavaNature(enableFindbugs: false)
 
 description = "Apache Beam :: SDKs :: Java :: IO :: Kafka"