mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #342] [MERGED] Add workaround for configuration error during maven publish #512
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/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.