Fix Gradle deprecated $buildDir
And some whitespace
This commit is contained in:
@@ -57,7 +57,7 @@ val orxFeatures = setOf<String>(
|
|||||||
"orx-shapes",
|
"orx-shapes",
|
||||||
// "orx-syphon",
|
// "orx-syphon",
|
||||||
// "orx-temporal-blur",
|
// "orx-temporal-blur",
|
||||||
// "orx-tensorflow",
|
// "orx-tensorflow",
|
||||||
// "orx-time-operators",
|
// "orx-time-operators",
|
||||||
// "orx-timer",
|
// "orx-timer",
|
||||||
// "orx-triangulation",
|
// "orx-triangulation",
|
||||||
@@ -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