Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkl-gradle/pkl-gradle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ tasks.test {
publishing {
publications {
withType<MavenPublication>().configureEach {
if (name == "pluginMaven") {
// Maven cannot express the shadowed bundling attribute on the pkl-tools dependency.
suppressPomMetadataWarningsFor("runtimeElements")
}
pom {
name = "pkl-gradle plugin"
url = "https://github.com/apple/pkl/tree/main/pkl-gradle"
Expand Down
Loading