Skip to content

Commit 09be2f4

Browse files
committed
Publish pkl-certs JAR
1 parent 9b696b8 commit 09be2f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pkl-certs/pkl-certs.gradle.kts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
plugins {
22
pklAllProjects
33
pklJavaLibrary
4+
pklPublishLibrary
5+
}
6+
7+
publishing {
8+
publications {
9+
named<MavenPublication>("library") {
10+
pom {
11+
url.set("https://github.com/apple/pkl/tree/main/pkl-certs")
12+
description.set("""
13+
Pkl's built-in CA certificates.
14+
Used by pkl-cli and optionally supported by pkl-core.")
15+
""".trimIndent())
16+
}
17+
}
18+
}
419
}

0 commit comments

Comments
 (0)