Skip to content

Commit cee7db2

Browse files
Excavator: Upgrades Baseline to the latest version (#1327)
1 parent 5d58318 commit cee7db2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.baseline/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@
472472
<property name="format" value="^_?[a-z][a-zA-Z0-9]+$"/>
473473
<message key="name.invalidPattern" value="Parameter name ''{0}'' must match pattern ''{1}''."/>
474474
</module>
475-
<module name="SingleLineJavadoc"/> <!-- Java Style Guide: General form -->
476475
<module name="SummaryJavadocCheck"> <!-- Java Coding Guidelines: Javadoc -->
477476
<property name="forbiddenSummaryFragments" value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
478477
</module>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1010
classpath 'com.netflix.nebula:gradle-dependency-lock-plugin:7.0.1'
1111
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
12-
classpath 'com.palantir.baseline:gradle-baseline-java:2.31.0'
12+
classpath 'com.palantir.baseline:gradle-baseline-java:2.33.0'
1313
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
1414
classpath 'gradle.plugin.org.inferred:gradle-processors:3.1.0'
1515
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.4'

0 commit comments

Comments
 (0)