only:simulatorFunctionalTestLauncherAssumungSimulatorWasStartedExternally
This commit is contained in:
parent
1eacdbd025
commit
a08ae11819
|
@ -16,4 +16,12 @@ task simulatorFunctionalTestLauncherWithSimulator(type: Exec) {
|
|||
description = "Run the main class with ExecTask"
|
||||
workingDir = rootProject.projectDir
|
||||
commandLine "java", "-classpath", sourceSets.main.runtimeClasspath.getAsPath(), "com.rusefi.SimulatorFunctionalTestLauncher", "start"
|
||||
}
|
||||
|
||||
task simulatorFunctionalTestLauncherAssumungSimulatorWasStartedExternally(type: Exec) {
|
||||
dependsOn build
|
||||
group = "Execution"
|
||||
description = "Run the main class with ExecTask"
|
||||
workingDir = rootProject.projectDir
|
||||
commandLine "java", "-classpath", sourceSets.main.runtimeClasspath.getAsPath(), "com.rusefi.SimulatorFunctionalTestLauncher"
|
||||
}
|
Loading…
Reference in New Issue