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 0e6166e enable failOnWarning for build-tools
0e6166e is described below
commit 0e6166eab4ae7fc7eaeae80e8a704bae031b997c
Author: Cade Markegard <[email protected]>
AuthorDate: Wed May 30 06:57:01 2018 -0700
enable failOnWarning for build-tools
---
sdks/java/build-tools/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/java/build-tools/build.gradle
b/sdks/java/build-tools/build.gradle
index 77d413b..1d8288c 100644
--- a/sdks/java/build-tools/build.gradle
+++ b/sdks/java/build-tools/build.gradle
@@ -17,6 +17,6 @@
*/
apply from: project(":").file("build_rules.gradle")
-applyJavaNature()
+applyJavaNature(failOnWarning: true)
description = "Apache Beam :: SDKs :: Java :: Build Tools"
--
To stop receiving notification emails like this one, please contact
[email protected].