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