mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #327] [MERGED] Fix build issue where test fixtures weren't generated #504
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/327
Author: @odenix
Created: 3/16/2024
Status: ✅ Merged
Merged: 3/16/2024
Merged by: @bioball
Base:
main← Head:build-fix📝 Commits (1)
cf87b24Fix build issue where test fixtures weren't generated📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
pkl-commons-test/pkl-commons-test.gradle.kts(+2 -1)📄 Description
Make sure that declaring a dependency on project
pkl-commons-testsuffices to have its test fixtures generated.This fix should work reliably.
However, there may be a more idiomatic way to achieve the same result.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.