Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
0.10.0
- Upgradle to 3.3
- [BREAK] baseline-idea-generated IntelliJ projects use minimal Palantir copyright header instead of Apache header
- Fix Gradle deprecation warning by using doLast instead of deprecated leftShift operator
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