Skip to content

Releases: palantir/gradle-utils

0.21.0

11 Nov 13:00
0.21.0
1d2e190

Choose a tag to compare

No documented user-facing changes

0.20.0

21 Oct 21:43
0.20.0
89d83d3

Choose a tag to compare

No documented user-facing changes

0.19.0

10 Sep 09:54
0.19.0
d8abbb1

Choose a tag to compare

🐛 Fixes

  • add CIRCLE_HOME_DIRECTORY to CircleCiArtifacts (#447)

0.18.0

02 Sep 11:54
0.18.0
6ba9f36

Choose a tag to compare

💡 Improvements

  • add circle URL to ArtifactLocation (#440)

0.17.0

18 Aug 13:42
0.17.0
be23c01

Choose a tag to compare

🐛 Fixes

  • use api dependency between providers and exec (#434)

0.16.0

14 Aug 12:59
0.16.0
cbbdd54

Choose a tag to compare

💡 Improvements

  • Add GradleExec utility to centralize provider zipping for command execution

    Eliminates code duplication by providing reusable methods for combining
    stdout, stderr, and exit result providers from ProviderFactory.exec() (#426)

0.15.0

08 Jul 15:43
0.15.0
a7adc39

Choose a tag to compare

🐛 Fixes

  • Use java 11 for platform to allow compatibility with gradle-jdks-setup (#398)

0.14.0

08 Jul 09:53
0.14.0
ef78b6d

Choose a tag to compare

🐛 Fixes

  • update readme to include GradleOperatingSystem (#389)
  • Mark GradleOperatingSystem::getOperatingSystem() as @Internal so Gradle stops complaining about an unmarked property when GradleOperatingSystem is @Nested in a task (#397)

0.13.0

01 Jul 16:04
0.13.0
59c60ac

Choose a tag to compare

🐛 Fixes

  • fix provider issues in #383 so that exec command is not called every time (#387)

0.12.0

27 Jun 14:24
0.12.0
f4b24be

Choose a tag to compare

🐛 Fixes

  • | Get Operating System information using ProviderFactory.exec for commands to ensure (#383)