The reason is that using image is JDK11.0, but we specify the 17.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/468
**Author:** [@fumiya-kume](https://github.com/fumiya-kume)
**Created:** 5/1/2024
**Status:** ✅ Merged
**Merged:** 5/1/2024
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `patch-1`
---
### 📝 Commits (3)
- [`a2d5d27`](https://github.com/apple/pkl/commit/a2d5d271c224d773bea9469864204e2e9bcd1c5e) Use JDK 17 image for deploy-snapshot job
- [`954833e`](https://github.com/apple/pkl/commit/954833e3d64792ff958996f2ec63dc1f36da776b) Revert change
- [`b34f4fd`](https://github.com/apple/pkl/commit/b34f4fd07a8d766cf4b79779754f3b14db323bec) Use Java17 for deploy
### 📊 Changes
**2 files changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `.circleci/config.yml` (+2 -2)
📝 `.circleci/jobs/DeployJob.pkl` (+1 -1)
</details>
### 📄 Description
# Cause
The CI is failing for deploy-snapshot job.
Ref: https://app.circleci.com/pipelines/github/apple/pkl/760/workflows/b39c0772-56db-4ba3-a5bc-edef38e25bc2/jobs/4203
The reason is that using image is JDK11.0, but we specify the 17.0
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/468
Author: @fumiya-kume
Created: 5/1/2024
Status: ✅ Merged
Merged: 5/1/2024
Merged by: @bioball
Base:
main← Head:patch-1📝 Commits (3)
a2d5d27Use JDK 17 image for deploy-snapshot job954833eRevert changeb34f4fdUse Java17 for deploy📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
.circleci/config.yml(+2 -2)📝
.circleci/jobs/DeployJob.pkl(+1 -1)📄 Description
Cause
The CI is failing for deploy-snapshot job.
Ref: https://app.circleci.com/pipelines/github/apple/pkl/760/workflows/b39c0772-56db-4ba3-a5bc-edef38e25bc2/jobs/4203
The reason is that using image is JDK11.0, but we specify the 17.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.