Skip to content

Releases: palantir/gradle-baseline

0.9.2

14 Nov 23:28
Compare
Choose a tag to compare

0.9.1

19 Oct 21:03
Compare
Choose a tag to compare
  • BaselineCheckstyle checks java sourceCompatibility after project has been evaluated
  • Add Findbugs plugin for slf4j loggers
  • Remove FinalClass checkstyle check

0.9.0

20 Sep 06:20
Compare
Choose a tag to compare
  • Allow all static imports

0.8.0

13 Sep 19:46
Compare
Choose a tag to compare

Allow static imports for org.mockito.ArgumentMatchers (#95)
Block clearspring stub packages of Guava (#97)
Disable -Xdoclint for Java 8+ projects, fix typo (#94)

0.7.2

17 Aug 02:21
Compare
Choose a tag to compare
  • Improve performance of baseline-eclipse plugin by replacing groovy template mechanism by custom string replacement code

0.7.1

02 Aug 21:20
Compare
Choose a tag to compare

Fix version string bug

0.7.0

29 Jul 05:25
Compare
Choose a tag to compare
  • Compatible with Gradle 2.14

0.6.1

13 Jul 21:04
Compare
Choose a tag to compare
  • Drop log level from info to debug

0.6.0

06 Jul 17:12
Compare
Choose a tag to compare
  • Checkstyle: Allow Charset#forName
  • FindBugs: Apply Antipatterns Findbugs plugin
  • Checkstyle: Remove DesignForExtension checkstyle rule
  • Checkstyle: Allow org.elasticsearch.common.joda import

0.5.1

20 Jun 20:28
Compare
Choose a tag to compare
  • Fix Gradle 2.14 GString bug