forked from StarOpenSource/Engine
Remove run task
This commit is contained in:
parent
7a1c718270
commit
56021dba1f
1 changed files with 0 additions and 10 deletions
|
@ -78,7 +78,6 @@ application {
|
|||
}
|
||||
|
||||
// GraalVM native-image
|
||||
// -> Configure
|
||||
nativeImage {
|
||||
outputs.upToDateWhen { true }
|
||||
|
||||
|
@ -104,12 +103,3 @@ nativeImage {
|
|||
add("-H:IncludeResources=.*properties\$")
|
||||
}
|
||||
}
|
||||
|
||||
// -> Run task
|
||||
tasks.register("runNativeImage", Exec::class) {
|
||||
outputs.upToDateWhen { false }
|
||||
dependsOn(tasks.nativeImage)
|
||||
|
||||
args(application.applicationDefaultJvmArgs)
|
||||
executable("build/bin/sosengine-testapp")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue