mirror of
https://github.com/apple/pkl.git
synced 2026-01-14 15:43:41 +01:00
[PR #851] [MERGED] Download JDK for windows build #774
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/851
Author: @bioball
Created: 12/18/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @bioball
Base:
main← Head:fix-windows-build📝 Commits (7)
06cc5bbDownload JDK for windows buildd35c0d0More adjustmentsd9aa215Try again9e324a2Try again765b62dReset PRB job names94f0102Fix release namea8305c2Fix release name📊 Changes
7 files changed (+123 additions, -58 deletions)
View changed files
📝
.circleci/config.pkl(+2 -0)📝
.circleci/config.yml(+55 -16)📝
.circleci/jobs/BuildNativeJob.pkl(+10 -10)📝
.circleci/jobs/DeployJob.pkl(+2 -6)📝
.circleci/jobs/GradleCheckJob.pkl(+0 -20)📝
.circleci/jobs/GradleJob.pkl(+52 -0)📝
.circleci/jobs/SimpleGradleJob.pkl(+2 -6)📄 Description
Don't use the system Java on Windows builds, instead download them from Adoptium.
Also:
GradleJob🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.