[PR #326] [MERGED] Use layout.buildDirectory #501

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/326
Author: @bioball
Created: 3/16/2024
Status: Merged
Merged: 3/19/2024
Merged by: @bioball

Base: mainHead: layout-build-dir


📝 Commits (2)

📊 Changes

11 files changed (+65 additions, -56 deletions)

View changed files

📝 build.gradle.kts (+1 -1)
📝 buildSrc/src/main/kotlin/pklFatJar.gradle.kts (+4 -4)
📝 buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts (+2 -2)
📝 buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts (+1 -1)
📝 buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts (+3 -3)
📝 pkl-cli/pkl-cli.gradle.kts (+19 -17)
📝 pkl-commons-test/pkl-commons-test.gradle.kts (+15 -15)
📝 pkl-config-java/pkl-config-java.gradle.kts (+10 -6)
📝 pkl-config-kotlin/pkl-config-kotlin.gradle.kts (+8 -5)
📝 pkl-core/pkl-core.gradle.kts (+1 -1)
📝 stdlib/stdlib.gradle.kts (+1 -1)

📄 Description

This switches Gradle scripts to use layout.buildDirectory instead of hard-coded "build".


🔄 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/326 **Author:** [@bioball](https://github.com/bioball) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/19/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `layout-build-dir` --- ### 📝 Commits (2) - [`070f587`](https://github.com/apple/pkl/commit/070f587b01e1f551a1ee7a9cebd2ce34b61b0c6a) Use layout.buildDirectory - [`e166154`](https://github.com/apple/pkl/commit/e166154b8fdf05f2faa7fad6784bb051a6f1e509) Address PR comments ### 📊 Changes **11 files changed** (+65 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `build.gradle.kts` (+1 -1) 📝 `buildSrc/src/main/kotlin/pklFatJar.gradle.kts` (+4 -4) 📝 `buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts` (+2 -2) 📝 `buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts` (+1 -1) 📝 `buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts` (+3 -3) 📝 `pkl-cli/pkl-cli.gradle.kts` (+19 -17) 📝 `pkl-commons-test/pkl-commons-test.gradle.kts` (+15 -15) 📝 `pkl-config-java/pkl-config-java.gradle.kts` (+10 -6) 📝 `pkl-config-kotlin/pkl-config-kotlin.gradle.kts` (+8 -5) 📝 `pkl-core/pkl-core.gradle.kts` (+1 -1) 📝 `stdlib/stdlib.gradle.kts` (+1 -1) </details> ### 📄 Description This switches Gradle scripts to use `layout.buildDirectory` instead of hard-coded "build". --- <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:24:58 +01:00
adam closed this issue 2025-12-30 01:24:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#501