The maven publish plugin isn't setting up dependencies correctly, and we are getting errors like:
"Task ':pkl-config-java:publishFatJarPublicationToMavenLocal' uses
this output of task ':pkl-config-java:signLibraryPublication' without
declaring an explicit or implicit dependency."
This adds a workaround for this type of error.
🔄 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/342
**Author:** [@bioball](https://github.com/bioball)
**Created:** 3/19/2024
**Status:** ✅ Merged
**Merged:** 3/19/2024
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `fix-publishing-task`
---
### 📝 Commits (1)
- [`ab6883e`](https://github.com/apple/pkl/commit/ab6883e7f5f3c2147c0103f481c3030358405b65) Add workaround for configuration error during maven publish
### 📊 Changes
**1 file changed** (+8 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts` (+8 -0)
</details>
### 📄 Description
The maven publish plugin isn't setting up dependencies correctly, and we are getting errors like:
"Task ':pkl-config-java:publishFatJarPublicationToMavenLocal' uses
this output of task ':pkl-config-java:signLibraryPublication' without
declaring an explicit or implicit dependency."
This adds a workaround for this type of error.
---
<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/342
Author: @bioball
Created: 3/19/2024
Status: ✅ Merged
Merged: 3/19/2024
Merged by: @bioball
Base:
main← Head:fix-publishing-task📝 Commits (1)
ab6883eAdd workaround for configuration error during maven publish📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts(+8 -0)📄 Description
The maven publish plugin isn't setting up dependencies correctly, and we are getting errors like:
"Task ':pkl-config-java:publishFatJarPublicationToMavenLocal' uses
this output of task ':pkl-config-java:signLibraryPublication' without
declaring an explicit or implicit dependency."
This adds a workaround for this type of error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.