plugins { pklAllProjects pklJavaLibrary pklPublishLibrary } publishing { publications { named("library") { pom { url.set("https://github.com/apple/pkl/tree/main/pkl-certs") description.set(""" Pkl's built-in CA certificates. Used by Pkl CLIs and optionally supported by pkl-core.") """.trimIndent()) } } } }