Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Mar 3, 2020
1 parent f31d4fc commit 7e647a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .baseline/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>
<module name="InnerAssignment"/> <!-- Java Coding Guidelines: Inner assignments: Not used -->
<module name="LeftCurly"/> <!-- Java Style Guide: Nonempty blocks: K & R style -->
<module name="LineLength"> <!-- Java Style Guide: No line-wrapping -->
<property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
classpath 'com.netflix.nebula:gradle-info-plugin:7.1.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:17.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:3.7.3'
classpath 'com.palantir.baseline:gradle-baseline-java:3.7.4'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.3.0'
classpath 'com.palantir.metricschema:gradle-metric-schema:0.5.2'
Expand Down

0 comments on commit 7e647a2

Please sign in to comment.