Skip to content

Releases: palantir/gradle-baseline

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

0.2.3

10 Jan 02:10
Compare
Choose a tag to compare
  • checkstyle-suppressions.xml ignores generated_src and generated_testSrc directories
  • allow assertNotNull()
  • Harmonize .baseline/copyright/apache-2.0.txt with checkstyle header check
  • Eclipse formatter prefers wrapping entire assignment rather than subset of parameters