Skip to content

Releases: palantir/gradle-guide

1.13.0

04 Aug 16:46
1.13.0
f7f76ef
Compare
Choose a tag to compare

No documented user-facing changes

1.12.0

04 Aug 12:45
1.12.0
402f87c
Compare
Choose a tag to compare

No documented user-facing changes

1.11.0

04 Aug 12:44
1.11.0
fc6aa08
Compare
Choose a tag to compare

✨ Features

  • Rollout autofix for getProject().getLogger() to getLogger() (#178)

1.10.0

01 Aug 15:47
1.10.0
2a7c954
Compare
Choose a tag to compare

✨ Features

  • Implement the MethodCallGraph to catch errorprone violations (e.g. getProject()) in helper methods called from @TaskActions (#173)

1.9.0

21 Jul 14:23
1.9.0
d7d1a7d
Compare
Choose a tag to compare

✨ Features

  • Fill in adopting-the-configuration-cache.md (#160)
  • Autofix getProject().getLogger() to getLogger() (#172)

1.8.0

10 Jul 14:07
1.8.0
fc05a0c
Compare
Choose a tag to compare

✨ Features

  • Add the IllegalMethodCalledDuringTaskExecution ErrorProne to prevent getProject() calls from within a task action (#142)

1.7.0

29 May 14:21
1.7.0
e40dbab
Compare
Choose a tag to compare

💡 Improvements

  • Errorprone to check that abstract methods in Tasks or Extensions that return Gradle managed types start with 'get' (#125)

1.6.0

20 May 15:55
1.6.0
12224df
Compare
Choose a tag to compare

💡 Improvements

  • Errorprone to prevent the assignment of values to class fields in tasks or extensions (#121)

1.5.0

07 May 14:44
1.5.0
8a5d3a8
Compare
Choose a tag to compare

🐛 Fixes

  • Allow interfaces for Tasks and Extensions (#108)

1.4.0

07 May 08:40
1.4.0
6692667
Compare
Choose a tag to compare

✨ Features

  • Best effort errorprone: dependsOn(taskProvider.get()) -> dependsOn(taskProvider) (#102)