Skip to content

Commit 374e272

Browse files
Excavator: Upgrades Baseline to the latest version (#607)
1 parent cdb9e35 commit 374e272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.baseline/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
<property name="ignoredAnnotations" value="ParameterizedTest, Test, Before, BeforeEach, After, AfterEach, BeforeClass, BeforeAll, AfterClass, AfterAll"/>
406406
</module>
407407
<module name="JavadocMethod"> <!-- Java Style Guide: Where Javadoc is used -->
408-
<property name="scope" value="public"/>
408+
<property name="accessModifiers" value="public"/>
409409
<property name="allowMissingParamTags" value="true"/>
410410
<property name="allowMissingReturnTag" value="true"/>
411411
<property name="allowedAnnotations" value="Override, Test"/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.2.1'
11-
classpath 'com.palantir.baseline:gradle-baseline-java:3.90.0'
11+
classpath 'com.palantir.baseline:gradle-baseline-java:3.92.0'
1212
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.16.0'
1313
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
1414
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:2.2.1'

0 commit comments

Comments
 (0)