Releases: palantir/gradle-utils
Releases · palantir/gradle-utils
0.18.0
💡 Improvements
- add circle URL to
ArtifactLocation
(#440)
0.17.0
🐛 Fixes
- use api dependency between
providers
and exec
(#434)
0.16.0
💡 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
🐛 Fixes
- Use
java
11 for platform
to allow compatibility with gradle-jdks-setup
(#398)
0.14.0
🐛 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
🐛 Fixes
- fix provider issues in #383 so that exec command is not called every time (#387)
0.12.0
🐛 Fixes
- | Get Operating System information using
ProviderFactory.exec
for commands to ensure (#383)
0.11.0
🐛 Fixes
isCi
checks the CI env var value (#360)
0.9.0
Type |
Description |
Link |
Fix |
Expose develocity-agent-adapters as api instead of implementation . |
#188 |