Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
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
0.5.0
- Disallow JUnit3 imports via checkstyle rule
- Upgrade to Checkstyle 6.18
- Revert buggy 0.4.1 feature for automatically adding compileOnly dependencies to generated IntelliJ projects
0.4.1
- baseline-idea plugin adds compileOnly configuration to Intellij"s PROVIDED scope (fixed #56) (#57)
- Remove requirement to use ImmutableList.<Foo, Bar>builder() instead of new ImmutableList.Builder<Foo, Bar>() (#54)
0.4.0
- Add IntelliJ formatting for Groovy
- Various checkstyle changes