mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #1088] [MERGED] Update dependencies, and clean up multi-JDK testing #884
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/1088
Author: @bioball
Created: 6/3/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @bioball
Base:
main← Head:update-dependencies📝 Commits (2)
417f56dUpdate dependencies405662eUpdate multi-JDK testing to use simple Test task, add junit-platform-launcher to dependencies📊 Changes
20 files changed (+311 additions, -446 deletions)
View changed files
📝
bench/gradle.lockfile(+17 -25)📝
buildSrc/src/main/kotlin/BuildInfo.kt(+12 -25)📝
buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts(+9 -5)📝
docs/gradle.lockfile(+10 -9)📝
gradle/libs.versions.toml(+2 -0)📝
pkl-cli/gradle.lockfile(+34 -42)📝
pkl-codegen-java/gradle.lockfile(+18 -26)📝
pkl-codegen-kotlin/gradle.lockfile(+18 -35)📝
pkl-commons-cli/gradle.lockfile(+17 -25)📝
pkl-commons-test/gradle.lockfile(+17 -25)📝
pkl-commons/gradle.lockfile(+17 -25)📝
pkl-config-java/gradle.lockfile(+18 -26)📝
pkl-config-kotlin/gradle.lockfile(+17 -25)📝
pkl-core/gradle.lockfile(+18 -26)📝
pkl-doc/gradle.lockfile(+18 -26)📝
pkl-executor/gradle.lockfile(+17 -25)📝
pkl-gradle/gradle.lockfile(+17 -25)📝
pkl-parser/gradle.lockfile(+16 -24)📝
pkl-server/gradle.lockfile(+17 -25)📝
pkl-tools/gradle.lockfile(+2 -2)📄 Description
Three changes:
Testtasks, instead ofJvmTestSuite.JvmTestSuitecreates a new configuration, which is not required (we use the same classpath across all JDKs)./gradlew updateDependenciesto update dependenciesMost of these are development dependencies. Runtime dependencies updated:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.