mirror of
https://github.com/apple/pkl.git
synced 2026-07-10 07:02:50 +02:00
Enable Gradle configuration cache (#1646)
Enable the configuration cache feature in Gradle, and adjust various pieces of build logic that aren't configuration cache compatible.
This commit is contained in:
@@ -46,7 +46,7 @@ fun Project.configurePklPomMetadata() {
|
||||
connection.set("scm:git:git://github.com/apple/pkl.git")
|
||||
developerConnection.set("scm:git:ssh://github.com/apple/pkl.git")
|
||||
val buildInfo = extensions.getByType<BuildInfo>()
|
||||
url.set("https://github.com/apple/pkl/tree/${buildInfo.commitish}")
|
||||
url.set(buildInfo.commitish.map { "https://github.com/apple/pkl/tree/$it" })
|
||||
}
|
||||
issueManagement {
|
||||
system.set("GitHub Issues")
|
||||
|
||||
Reference in New Issue
Block a user