mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Use layout.buildDirectory (#326)
This switches Gradle scripts to use `layout.buildDirectory` instead of hard-coded "build".
This commit is contained in:
@@ -41,7 +41,7 @@ idea {
|
||||
}
|
||||
|
||||
val clean by tasks.registering(Delete::class) {
|
||||
delete("build")
|
||||
delete(layout.buildDirectory)
|
||||
}
|
||||
|
||||
val printVersion by tasks.registering {
|
||||
|
||||
Reference in New Issue
Block a user