This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 3471ecc  Remove GPL findbugs dependency (#5609)
3471ecc is described below

commit 3471ecc731a5271f61cbd9536d2e1c2c62b7e3af
Author: Pablo <[email protected]>
AuthorDate: Wed Jun 13 10:29:46 2018 -0700

    Remove GPL findbugs dependency (#5609)
    
    * Remove GPL findbugs dependency. Momentarily failOnWarnings: false.
---
 build_rules.gradle          | 2 +-
 sdks/java/core/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_rules.gradle b/build_rules.gradle
index 7aa170d..1c0922d 100644
--- a/build_rules.gradle
+++ b/build_rules.gradle
@@ -219,7 +219,7 @@ ext.library = [
     datastore_v1_proto_client: 
"com.google.cloud.datastore:datastore-v1-proto-client:1.4.0",
     datastore_v1_protos: 
"com.google.cloud.datastore:datastore-v1-protos:1.3.0",
     error_prone_annotations: 
"com.google.errorprone:error_prone_annotations:2.0.15",
-    findbugs_annotations: 
"com.google.code.findbugs:findbugs-annotations:3.0.1",
+    findbugs_annotations: 
"com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1",
     findbugs_jsr305: "com.google.code.findbugs:jsr305:3.0.1",
     gax_grpc: "com.google.api:gax-grpc:0.20.0",
     google_api_client: 
"com.google.api-client:google-api-client:$google_clients_version",
diff --git a/sdks/java/core/build.gradle b/sdks/java/core/build.gradle
index 51d2fe4..545cd9c 100644
--- a/sdks/java/core/build.gradle
+++ b/sdks/java/core/build.gradle
@@ -17,7 +17,7 @@
  */
 
 apply from: project(":").file("build_rules.gradle")
-applyJavaNature(failOnWarning: true, shadowClosure: DEFAULT_SHADOW_CLOSURE << {
+applyJavaNature(failOnWarning: false, shadowClosure: DEFAULT_SHADOW_CLOSURE << 
{
   dependencies {
     include(dependency(library.java.protobuf_java))
     include(dependency(library.java.byte_buddy))

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to