Skip to content

Releases: palantir/gradle-baseline

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

0.5.0

19 May 09:31
Compare
Choose a tag to compare
  • 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

19 Apr 20:48
Compare
Choose a tag to compare
  • 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

13 Apr 04:49
Compare
Choose a tag to compare
  • Add IntelliJ formatting for Groovy
  • Various checkstyle changes