Skip to content

Releases: palantir/gradle-utils

0.18.0

02 Sep 11:54
0.18.0
6ba9f36
Compare
Choose a tag to compare

💡 Improvements

  • add circle URL to ArtifactLocation (#440)

0.17.0

18 Aug 13:42
0.17.0
be23c01
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

🐛 Fixes

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

0.11.0

12 May 16:18
0.11.0
0c6d860
Compare
Choose a tag to compare

🐛 Fixes

  • isCi checks the CI env var value (#360)

0.10.0

12 Feb 14:37
0.10.0
a663f66
Compare
Choose a tag to compare

💡 Improvements

  • Os & Arch enums (#297)

0.9.0

05 Jun 13:07
c2352c2
Compare
Choose a tag to compare
Type Description Link
Fix Expose develocity-agent-adapters as api instead of implementation. #188