Skip to content

Releases: palantir/gradle-baseline

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

0.3.0

31 Mar 20:54
Compare
Choose a tag to compare
  • [BACKCOMPAT] - Baseline-idea task sets IntelliJ working directory for "Application" and "JUnit" configurations to $MODULE_DIR
  • baseline-idea configures IntelliJ to warn on missing @Override annotations

0.3.0-rc2

22 Mar 14:59
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release

[BACKCOMPAT] - Baseline-idea task sets IntelliJ working directory for "Application" and "JUnit" configurations to $MODULE_DIR

0.3.0-rc1

22 Mar 02:25
Compare
Choose a tag to compare
0.3.0-rc1 Pre-release
Pre-release

[BACKCOMPAT] - Baseline-idea task sets IntelliJ working directory for "Application" and "JUnit" configurations to $MODULE_DIR

0.2.6

25 Feb 22:26
Compare
Choose a tag to compare

Checkstyle tweaks:

| * 53108ef Robert Fink 42 minutes ago  Disallow repacked package imports in checkstyle.xml
| * cd5cdde Brian Worth 5 days ago  Checkstyle: add some Guava classes to IllegalTypes
| * 1778661 Brian Worth 5 days ago  Checkstyle: add Float to IllegalInstantiation list
| * 9100d96 Brian Worth 5 days ago  sort Checkstyle checks: "before" before "after"

0.2.5

16 Feb 17:36
Compare
Choose a tag to compare
  • Remove VariableDeclarationUsageDistance checkstyle check

0.2.4

12 Jan 20:03
Compare
Choose a tag to compare
  • [Bug fix] In BaselineEclipse, apply JDT configuration in project.afterEvaluate block