Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
0.9.1
- BaselineCheckstyle checks java sourceCompatibility after project has been evaluated
- Add Findbugs plugin for slf4j loggers
- Remove FinalClass checkstyle check
0.8.0
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
- Improve performance of baseline-eclipse plugin by replacing groovy template mechanism by custom string replacement code
0.7.0
- Compatible with Gradle 2.14
0.6.1
- Drop log level from info to debug
0.6.0
- Checkstyle: Allow Charset#forName
- FindBugs: Apply Antipatterns Findbugs plugin
- Checkstyle: Remove DesignForExtension checkstyle rule
- Checkstyle: Allow org.elasticsearch.common.joda import
0.5.1
- Fix Gradle 2.14 GString bug