mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #926] [MERGED] fix: upgrade ci jobs to jdk 21 #807
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/926
Author: @sgammon
Created: 2/4/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @bioball
Base:
main← Head:fix/main-ci-jobs📝 Commits (1)
e08453efix: upgrade ci jobs to jdk 21📊 Changes
5 files changed (+16 additions, -16 deletions)
View changed files
📝
.circleci/config.yml(+12 -12)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📝
.circleci/jobs/DeployJob.pkl(+1 -1)📝
.circleci/jobs/SimpleGradleJob.pkl(+1 -1)📝
gradle/libs.versions.toml(+1 -1)📄 Description
Fixes jobs like
benchand CLI native builds which now need to build against JDK 21. Followup to #876.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.