Skip to content

Releases: palantir/gradle-guide

1.26.0

13 Nov 16:50
1.26.0
44e1a61

Choose a tag to compare

💡 Improvements

  • Ensure that extensions are only added via .create (#127)
  • Ensure that extensions are only added via .create (#127)

1.25.0

11 Nov 10:38
1.25.0
28697f1

Choose a tag to compare

✨ Features

  • Ban task1.dependsOn(task2), unless if we think task1 is a lifecycle task (#236)

1.24.0

15 Oct 10:09
1.24.0
05694ff

Choose a tag to compare

🐛 Fixes

  • Revert autofix which injects BuildLayout (#251)

1.23.0

07 Oct 15:35
1.23.0
8e2c3cd

Choose a tag to compare

✨ Features

  • Autofix getProject().getObjects() to getObjectFactory() (#245)

1.22.0

07 Oct 15:32
1.22.0
e86a18d

Choose a tag to compare

✨ Features

  • Autofix task.getProject().delete() to a CC-friendly method. (#242)

1.21.0

07 Oct 15:30
1.21.0
91336d3

Choose a tag to compare

✨ Features

  • Autofix getProject().getRootDir() (#241)

1.20.0

07 Oct 15:24
1.20.0
bdd2677

Choose a tag to compare

✨ Features

  • Autofix task.getProject().tarTree(...) to a CC-friendly method. (#243)

1.19.0

07 Oct 15:21
1.19.0
a8b8bd5

Choose a tag to compare

✨ Features

  • Autofix getProject().provider(...) and getProject().getProviders() to configuration cache friendly methods (#244)

1.18.0

07 Oct 14:31
1.18.0
f901b82

Choose a tag to compare

✨ Features

  • Autofix getProject().exec(...) to getExecOperations().exec(...) (#246)

1.17.0

07 Oct 14:22
1.17.0
012aba6

Choose a tag to compare

✨ Features

  • Autofix getProject().getLayout() to getProjectLayout(), and getProject().getBuildDir() to getBuildDirectory().file(".").get().getAsFile() (#240)

💡 Improvements

  • Refactor GradleFix, GradleService, and Replacement to bind each fix type to a gradle service (#235)