Make sure that declaring a dependency on project pkl-commons-test suffices 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/327
**Author:** [@odenix](https://github.com/odenix)
**Created:** 3/16/2024
**Status:** ✅ Merged
**Merged:** 3/16/2024
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `build-fix`
---
### 📝 Commits (1)
- [`cf87b24`](https://github.com/apple/pkl/commit/cf87b24deb7d59150a7b90a17a68469eedb426e0) Fix build issue where test fixtures weren't generated
### 📊 Changes
**1 file changed** (+2 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `pkl-commons-test/pkl-commons-test.gradle.kts` (+2 -1)
</details>
### 📄 Description
Make sure that declaring a dependency on project `pkl-commons-test` suffices to have its test fixtures generated.
This fix should work reliably.
However, there may be a more idiomatic way to achieve the same result.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.