mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #1353] [MERGED] Fix IDEA gradle project sync on Windows Aarch64 #1037
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/1353
Author: @HT154
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/5/2025
Merged by: @HT154
Base:
main← Head:project-sync-on-win-arm📝 Commits (1)
9a33df7Stub out Windows Aarch64 native builds to fix IDEA project sync📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklNativeLifecycle.gradle.kts(+6 -0)📄 Description
Without this change, project sync errors:
Adding these allows IDEA gradle project sync to complete on Windows 11 Aarch64. Tested with Temurin JDK 21 Aarch64.
GraalVM itself doesn't support Windows Aarch64, so this just prints a warning instead.
Please test on [windows]!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.