🔄 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/1223
**Author:** [@bioball](https://github.com/bioball)
**Created:** 10/3/2025
**Status:** ✅ Merged
**Merged:** 10/3/2025
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `improve-windows-arm-dev`
---
### 📝 Commits (1)
- [`c30c4eb`](https://github.com/apple/pkl/commit/c30c4ebeabaecfa6fa3d00916bdd23203afa8b91) Disable multi-jdk testing when running on Windows ARM
### 📊 Changes
**1 file changed** (+15 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `buildSrc/src/main/kotlin/BuildInfo.kt` (+15 -0)
</details>
### 📄 Description
Gradle does not support Java toolchains on Windows ARM right now. To enable running the project in this os/arch, we must omit multi-jdk test tasks.
See https://github.com/gradle/gradle/issues/29807
---
<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/1223
Author: @bioball
Created: 10/3/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @bioball
Base:
main← Head:improve-windows-arm-dev📝 Commits (1)
c30c4ebDisable multi-jdk testing when running on Windows ARM📊 Changes
1 file changed (+15 additions, -0 deletions)
View changed files
📝
buildSrc/src/main/kotlin/BuildInfo.kt(+15 -0)📄 Description
Gradle does not support Java toolchains on Windows ARM right now. To enable running the project in this os/arch, we must omit multi-jdk test tasks.
See https://github.com/gradle/gradle/issues/29807
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.