mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1086] [MERGED] Fix multi-jdk testing setup #885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1086
Author: @bioball
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @bioball
Base:
main← Head:multi-jdk-testing-fix📝 Commits (1)
5889666Fix multi-jdk testing setup📊 Changes
5 files changed (+21 additions, -25 deletions)
View changed files
📝
buildSrc/src/main/kotlin/BuildInfo.kt(+15 -15)📝
buildSrc/src/main/kotlin/pklJavaExecutable.gradle.kts(+2 -3)📝
buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts(+2 -1)📝
pkl-cli/pkl-cli.gradle.kts(+1 -6)📝
pkl-tools/pkl-tools.gradle.kts(+1 -0)📄 Description
This changes the Gradle build to always create multi-jdk tasks, and instead use the
enabledproperty to determine whether the task is actually ran or not.The has the following benefits:
gw updateDependencyLocksdiscovers all configurations🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.