mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #326] [MERGED] Use layout.buildDirectory #501
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/326
Author: @bioball
Created: 3/16/2024
Status: ✅ Merged
Merged: 3/19/2024
Merged by: @bioball
Base:
main← Head:layout-build-dir📝 Commits (2)
070f587Use layout.buildDirectorye166154Address PR comments📊 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.buildDirectoryinstead of hard-coded "build".🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.