Add a 'build' task as an alias for dist distPlatformLibs
This commit is contained in:
@@ -166,6 +166,9 @@ task dist_compiler(dependsOn: "distCompiler")
|
|||||||
task dist_runtime(dependsOn: "distRuntime")
|
task dist_runtime(dependsOn: "distRuntime")
|
||||||
task cross_dist(dependsOn: "crossDist")
|
task cross_dist(dependsOn: "crossDist")
|
||||||
task list_dist(dependsOn: "listDist")
|
task list_dist(dependsOn: "listDist")
|
||||||
|
task build {
|
||||||
|
dependsOn ':dist', ':distPlatformLibs'
|
||||||
|
}
|
||||||
|
|
||||||
task distCompiler(type: Copy) {
|
task distCompiler(type: Copy) {
|
||||||
dependsOn ':backend.native:jar'
|
dependsOn ':backend.native:jar'
|
||||||
|
|||||||
Reference in New Issue
Block a user