Skip to content

Releases: palantir/gradle-jdks

0.20.0

27 Jun 13:09
f22ca85
Compare
Choose a tag to compare
Type Description Link
Improvement Lock jdk creation using file locks #73

0.19.0

21 Jun 16:38
1f9c97a
Compare
Choose a tag to compare
Type Description Link
Improvement Attempt to move unpacked JDKs into place more safely with replace-existing and an attempted atomic move #71

0.18.0

16 Jun 18:10
fa663bf
Compare
Choose a tag to compare
Type Description Link
Fix Fixed an issue preventing this plugin from working on Windows. #68

0.17.0

10 Jun 11:28
8c71a5d
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.16.0

07 Jun 13:24
a37aac3
Compare
Choose a tag to compare
Type Description Link
Fix Synchronize Directory and Map property to avoid multithreading issues, particularly:

> > Failed to calculate the value of extension 'jdks' property 'jdkStorageLocation'.
> > This property is in an unexpected state.
#51

0.15.0

07 Jun 12:30
1324d1e
Compare
Choose a tag to compare
Type Description Link
Improvement Move default JDK storage location from ~/.gradle/caches/gradle-jdks to ~/.gradle/gradle-jdks to avoid caching the same data twice in CI. #56

0.14.0

07 Jun 12:11
698e1c8
Compare
Choose a tag to compare
Type Description Link
Fix Handle older glibc in libc autodetection #55

0.13.0

30 May 19:25
45751ce
Compare
Choose a tag to compare
Type Description Link
Fix Use musl/alpine JDKs on linux distributions that use musl rather than glibc (like alpine linux). #46

0.12.0

17 May 23:46
156811a
Compare
Choose a tag to compare
Type Description Link
Fix The Azul JDK distribution uses tar.gz everywhere except windows, matching available distributions from the Azul CDN #41

0.11.0

17 May 15:41
5e9144c
Compare
Choose a tag to compare
Type Description Link
Fix Prevent Cannot get architecture for x86_64 errors on macos. #40