diff --git a/.baseline/checkstyle/checkstyle-suppressions.xml b/.baseline/checkstyle/checkstyle-suppressions.xml
index 7b2e5a607..c0f855b14 100644
--- a/.baseline/checkstyle/checkstyle-suppressions.xml
+++ b/.baseline/checkstyle/checkstyle-suppressions.xml
@@ -1,8 +1,7 @@
-
+ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/suppressions_1_2.dtd">
@@ -12,6 +11,11 @@
+
+
+
+
+
diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml
index a1401f5c0..cd19cae45 100644
--- a/.baseline/checkstyle/checkstyle.xml
+++ b/.baseline/checkstyle/checkstyle.xml
@@ -1,7 +1,7 @@
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -79,11 +87,13 @@
+ org.apache.commons.lang3.Validate.*,
+ org.assertj.core.api.Assertions.*,
+ org.mockito.Mockito.*"/>
@@ -105,8 +115,6 @@
-
-
@@ -123,12 +131,24 @@
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
@@ -144,9 +164,14 @@
+
+
+
+
+
@@ -165,9 +190,15 @@
+
+
+
+
+
+
@@ -175,9 +206,7 @@
-
-
-
+
@@ -265,6 +294,11 @@
+
+
+
+
+
@@ -315,6 +349,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -327,13 +373,9 @@
-
-
-
-
-
+
@@ -380,6 +422,7 @@
+
@@ -392,7 +435,9 @@
-
+
+
+
@@ -424,10 +469,9 @@
-
+
-
diff --git a/.baseline/idea/intellij-java-palantir-style.xml b/.baseline/idea/intellij-java-palantir-style.xml
index 12be2578f..9aa48633a 100644
--- a/.baseline/idea/intellij-java-palantir-style.xml
+++ b/.baseline/idea/intellij-java-palantir-style.xml
@@ -50,6 +50,7 @@
+
@@ -85,34 +86,44 @@
+
-
+
+
+
-
+
+
+
+
-
+
+
+
+
-
+
+
diff --git a/build.gradle b/build.gradle
index 64bef5f09..12a1e5542 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,17 +6,14 @@ buildscript {
dependencies {
classpath 'com.netflix.nebula:gradle-info-plugin:5.2.0'
- classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.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:14.1.1'
- classpath 'com.palantir.baseline:gradle-baseline-java:0.24.0'
+ classpath 'com.palantir.baseline:gradle-baseline-java:2.49.1'
}
}
plugins {
- id 'com.palantir.configuration-resolver' version '0.2.0'
id 'com.palantir.git-version' version '0.12.2'
id 'org.inferred.processors' version '3.3.0'
}
@@ -26,20 +23,17 @@ repositories {
maven { url 'https://palantir.bintray.com/releases'}
}
+apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.baseline-config' // provides baselineUpdateConfig task
apply plugin: 'com.palantir.baseline-idea'
-apply plugin: 'com.palantir.circle.style'
dependencies {
- baseline 'com.palantir.baseline:gradle-baseline-java-config:0.24.0@zip'
}
allprojects {
group 'com.palantir.hadoop-crypto2'
version gitVersion()
- apply plugin: 'com.palantir.configuration-resolver'
- apply plugin: 'nebula.dependency-recommender'
dependencyRecommendations {
strategy OverrideTransitives