Skip to content

Commit 89f5a4f

Browse files
Excavator: Upgrades Baseline to the latest version
1 parent 57323b6 commit 89f5a4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.baseline/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
<property name="allowEmptyMethods" value="true"/>
423423
<property name="allowEmptyTypes" value="true"/>
424424
<property name="allowEmptyLoops" value="true"/>
425+
<property name="allowEmptyLambdas" value="true"/>
425426
<property name="ignoreEnhancedForColon" value="false"/>
426427
<message key="ws.notFollowed" value="WhitespaceAround: ''{0}'' is not followed by whitespace. Empty blocks may only be represented as '{}' when not part of a multi-block statement (4.1.3)"/>
427428
<message key="ws.notPreceded" value="WhitespaceAround: ''{0}'' is not preceded with whitespace."/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.1'
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1212
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.4.0'
13-
classpath 'com.palantir.baseline:gradle-baseline-java:1.0.0'
13+
classpath 'com.palantir.baseline:gradle-baseline-java:2.2.0'
1414
}
1515
}
1616

0 commit comments

Comments
 (0)