Fix Gradle deprecated $buildDir
And some whitespace
This commit is contained in:
@@ -189,7 +189,7 @@ tasks {
|
||||
|
||||
tasks.register<Zip>("jpackageZip") {
|
||||
archiveFileName.set("openrndr-application.zip")
|
||||
from("$buildDir/jpackage") {
|
||||
from("${layout.buildDirectory.get()}/jpackage") {
|
||||
include("**/*")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user