Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
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
0.3.0
- [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
[BACKCOMPAT] - Baseline-idea task sets IntelliJ working directory for "Application" and "JUnit" configurations to $MODULE_DIR
0.3.0-rc1
[BACKCOMPAT] - Baseline-idea task sets IntelliJ working directory for "Application" and "JUnit" configurations to $MODULE_DIR
0.2.6
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
- Remove VariableDeclarationUsageDistance checkstyle check
0.2.4
- [Bug fix] In BaselineEclipse, apply JDT configuration in project.afterEvaluate block