From 6c4684085e9911d973f8769f8173670300086955 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 20 Sep 2019 15:36:40 +0000 Subject: [PATCH] Excavator: Upgrades Baseline to the latest version --- .baseline/checkstyle/checkstyle.xml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml index 268ebe3fc..f541b63e2 100644 --- a/.baseline/checkstyle/checkstyle.xml +++ b/.baseline/checkstyle/checkstyle.xml @@ -469,7 +469,7 @@ - + diff --git a/build.gradle b/build.gradle index 48b148090..9a2c64ed4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath 'com.netflix.nebula:gradle-info-plugin:5.0.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'com.netflix.nebula:nebula-publishing-plugin:13.4.1' - classpath 'com.palantir.baseline:gradle-baseline-java:2.4.0' + classpath 'com.palantir.baseline:gradle-baseline-java:2.9.2' classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.9.2' classpath 'gradle.plugin.org.inferred:gradle-processors:2.2.0' }