Releases: palantir/gradle-jdks
Releases · palantir/gradle-jdks
0.20.0
Type |
Description |
Link |
Improvement |
Lock jdk creation using file locks |
#73 |
0.19.0
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
Type |
Description |
Link |
Fix |
Fixed an issue preventing this plugin from working on Windows. |
#68 |
0.17.0
Automated release, no documented user facing changes
0.16.0
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
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
Type |
Description |
Link |
Fix |
Handle older glibc in libc autodetection |
#55 |
0.13.0
Type |
Description |
Link |
Fix |
Use musl/alpine JDKs on linux distributions that use musl rather than glibc (like alpine linux). |
#46 |
0.12.0
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
Type |
Description |
Link |
Fix |
Prevent Cannot get architecture for x86_64 errors on macos. |
#40 |