Skip to content

Releases: palantir/gradle-jdks

0.69.0

10 Jul 09:46
0.69.0
28206be
Compare
Choose a tag to compare

🐛 Fixes

  • Fix ABI break for isGradleJdkSetupEnabled by readding the deleted isGradleJdkSetupEnabled(Path) method (#577)

0.68.0

09 Jul 15:37
0.68.0
9e25c99
Compare
Choose a tag to compare

🐛 Fixes

  • bump gradle-idea-configuration and move off deprecated methods (#544)

💡 Improvements

  • Switch to gradle-utils' GradleOperatingSystem to be configuration cache friendly (#575)

0.67.0

14 May 19:05
0.67.0
a99afd3
Compare
Choose a tag to compare

No documented user-facing changes

0.66.0

09 May 09:17
0.66.0
861e6ca
Compare
Choose a tag to compare

💡 Improvements

  • Allow palantir-gradle-jdks idea plugin dependency configuration via idea-configuration plugin (#536)

0.65.0

07 May 08:37
0.65.0
962eac2
Compare
Choose a tag to compare

🐛 Fixes

  • Disable Gradle JDK Automanagement workflow when running on mingw (#534)

0.64.0

08 Apr 15:05
0.64.0
3d16cc5
Compare
Choose a tag to compare

🐛 Fixes

  • [Gradle JDK Automanagement] Install only used JDKs (#479)

0.63.0

20 Mar 16:20
0.63.0
b3883a5
Compare
Choose a tag to compare

🐛 Fixes

  • Add default includeAllJdks option to generateGradleJdkConfigs (#493)

0.62.0

12 Feb 14:37
0.62.0
678a867
Compare
Choose a tag to compare

🐛 Fixes

  • update error message to redirect to internal docs for cases where all gradle-sls-docker plugins have been removed (#507)

0.61.0

30 Jan 13:59
0.61.0
74606a6
Compare
Choose a tag to compare

💡 Improvements

  • Support graal jdk automanagement installations (#497)

0.60.0

27 Jan 20:09
0.60.0
289c1ca
Compare
Choose a tag to compare

🐛 Fixes

  • Fix a possible project sync error when opening IntelliJ by removing an import to org.gradle.internal.impldep.com.google.common.collect.ImmutableMap. (#499)