mirror of
https://github.com/apple/pkl.git
synced 2026-07-17 10:31:17 +02:00
Migrate Gradle deprecations (#1745)
This commit is contained in:
@@ -24,8 +24,8 @@ plugins {
|
||||
|
||||
// create and publish a self-contained stdlib archive
|
||||
// purpose is to provide non-jvm tools/projects with a versioned stdlib
|
||||
val stdlibZip by
|
||||
tasks.registering(Zip::class) {
|
||||
val stdlibZip =
|
||||
tasks.register<Zip>("stdlibZip") {
|
||||
destinationDirectory.set(layout.buildDirectory.dir("libs"))
|
||||
archiveBaseName.set("pkl-stdlib")
|
||||
archiveVersion.set(project.version as String)
|
||||
|
||||
Reference in New Issue
Block a user