From 50c7d9741f071d60d88d72fc64a6cd917cf6a1b7 Mon Sep 17 00:00:00 2001
From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com>
Date: Mon, 26 Nov 2018 17:14:50 +0000
Subject: [PATCH] Excavator: Upgrades Baseline to the latest version (#25)
---
.../checkstyle/checkstyle-suppressions.xml | 2 +
.baseline/checkstyle/checkstyle.xml | 61 ++++++++++++++-----
build.gradle | 15 +----
versions.props | 5 ++
4 files changed, 55 insertions(+), 28 deletions(-)
diff --git a/.baseline/checkstyle/checkstyle-suppressions.xml b/.baseline/checkstyle/checkstyle-suppressions.xml
index 7b2e5a6..99b9f81 100644
--- a/.baseline/checkstyle/checkstyle-suppressions.xml
+++ b/.baseline/checkstyle/checkstyle-suppressions.xml
@@ -12,6 +12,8 @@
+
+
diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml
index a1401f5..cf3a2f3 100644
--- a/.baseline/checkstyle/checkstyle.xml
+++ b/.baseline/checkstyle/checkstyle.xml
@@ -48,13 +48,13 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -105,7 +105,6 @@
-
@@ -124,11 +123,17 @@
-
+
+
+
+
+
+
-
+
+
@@ -144,9 +149,14 @@
+
+
+
+
+
@@ -165,9 +175,15 @@
+
+
+
+
+
+
@@ -175,9 +191,7 @@
-
-
-
+
@@ -265,6 +279,11 @@
+
+
+
+
+
@@ -315,6 +334,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -333,7 +364,7 @@
-
+
@@ -392,7 +423,9 @@
-
+
+
+
diff --git a/build.gradle b/build.gradle
index d71aa46..af981f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,12 +24,9 @@ buildscript {
dependencies {
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
- classpath 'com.netflix.nebula:nebula-dependency-recommender:6.0.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:8.2.0'
- classpath 'com.palantir.baseline:gradle-baseline-java:0.26.1'
- classpath 'com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0'
+ classpath 'com.palantir.baseline:gradle-baseline-java:0.37.4'
classpath 'gradle.plugin.com.palantir.gradle.gitversion:gradle-git-version:0.7.3'
- classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:2.1.0'
}
}
@@ -43,10 +40,7 @@ repositories {
apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.palantir.baseline'
-apply plugin: 'com.palantir.configuration-resolver'
apply plugin: 'com.palantir.git-version'
-apply plugin: 'com.palantir.circle.style'
-apply plugin: 'nebula.dependency-recommender'
apply plugin: 'nebula.maven-publish'
apply plugin: 'nebula.source-jar'
apply plugin: 'org.inferred.processors'
@@ -67,7 +61,6 @@ dependencies {
testCompile 'com.netflix.nebula:nebula-test'
testCompile 'com.squareup.okhttp3:mockwebserver'
- baseline 'com.palantir.baseline:gradle-baseline-java-config:0.26.1@zip'
}
dependencyRecommendations {
@@ -81,12 +74,6 @@ configurations.all {
}
}
-configurations.errorprone {
- resolutionStrategy {
- force 'com.google.guava:guava:21.0'
- }
-}
-
gradlePlugin {
// do not add new task to publish to plugins.gradle.org
automatedPublishing = false
diff --git a/versions.props b/versions.props
index 63f0724..b75783d 100644
--- a/versions.props
+++ b/versions.props
@@ -1,2 +1,7 @@
com.netflix.nebula:nebula-test = 7.1.0
com.squareup.okhttp3:* = 3.11.0
+
+# conflict resolution
+com.google.code.findbugs:jsr305 = 3.0.1
+com.google.errorprone:error_prone_annotations = 2.3.2
+org.checkerframework:checker-qual = 2.5.3