mirror of
https://github.com/apple/pkl.git
synced 2026-07-13 08:33:04 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
pklAllProjects
|
||||
pklKotlinLibrary
|
||||
pklPublishLibrary
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
named<MavenPublication>("library") {
|
||||
pom {
|
||||
url.set("https://github.com/apple/pkl/tree/main/pkl-commons")
|
||||
description.set("Internal utilities. NOT A PUBLIC API.")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user