Skip to content

Commit

Permalink
Revert "remove duplicate publishing of pkl-cli-java (#98)"
Browse files Browse the repository at this point in the history
This reverts commit 8e6ddfb.
  • Loading branch information
bioball committed Feb 8, 2024
1 parent e8a1213 commit 5379263
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkl-cli/pkl-cli.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ plugins {
// make Java executable available to other subprojects
val javaExecutableConfiguration: Configuration = configurations.create("javaExecutable")

publishing {
publications {
named<MavenPublication>("library") {
pom {
url.set("https://github.com/apple/pkl/tree/main/pkl-cli")
description.set("Pkl CLI Java library.")
}
}
}
}

val stagedMacAmd64Executable: Configuration by configurations.creating
val stagedMacAarch64Executable: Configuration by configurations.creating
val stagedLinuxAmd64Executable: Configuration by configurations.creating
Expand Down

0 comments on commit 5379263

Please sign in to comment.