aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-08-16 15:04:02 -0700
committerGitHub <noreply@github.com>2018-08-16 15:04:02 -0700
commit0a2f5799a2809b84e4c0da4b2cb743b798ca0fc8 (patch)
tree490a1b621c14107d5883f1cb1e093c428ac8f129 /build.gradle
parent3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd (diff)
downloadopencensus-java-0a2f5799a2809b84e4c0da4b2cb743b798ca0fc8.tar.gz
checkstyle: 8.0 -> 8.12 (#1369)
This commit also merges new changes to checkstyle.xml and fixes new checkstyle warnings related to Javadocs.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2c7fbb56..3b8302a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -262,7 +262,7 @@ subprojects {
checkstyle {
configFile = file("$rootDir/buildscripts/checkstyle.xml")
- toolVersion = "8.0"
+ toolVersion = "8.12"
ignoreFailures = false
if (rootProject.hasProperty("checkstyle.ignoreFailures")) {
ignoreFailures = rootProject.properties["checkstyle.ignoreFailures"].toBoolean()