[PR #1356] [MERGED] Adjust native lifecycle builds to not throw during configuration phase #1041

Closed
opened 2025-12-30 01:28:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1356
Author: @bioball
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @bioball

Base: mainHead: adjust-gradle-native-lifecycle


📝 Commits (1)

  • 207d0a8 Adjust native lifecycle builds to not throw during configuration phase

📊 Changes

1 file changed (+10 additions, -18 deletions)

View changed files

📝 buildSrc/src/main/kotlin/pklNativeLifecycle.gradle.kts (+10 -18)

📄 Description

Allow Gradle to run other tasks on unsupported machines, but throw when running native lifecycle tasks (e.g. buildNative).


🔄 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/1356 **Author:** [@bioball](https://github.com/bioball) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `adjust-gradle-native-lifecycle` --- ### 📝 Commits (1) - [`207d0a8`](https://github.com/apple/pkl/commit/207d0a8d0eb416c72b5321d56404a94f777a975d) Adjust native lifecycle builds to not throw during configuration phase ### 📊 Changes **1 file changed** (+10 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `buildSrc/src/main/kotlin/pklNativeLifecycle.gradle.kts` (+10 -18) </details> ### 📄 Description Allow Gradle to run other tasks on unsupported machines, but throw when running native lifecycle tasks (e.g. `buildNative`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:28:26 +01:00
adam closed this issue 2025-12-30 01:28:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1041