CORE-12019 Fix PR comments
This commit is contained in:
parent
2ea1a213bc
commit
53b164ef20
@ -155,7 +155,7 @@ tasks.register("stopAndCleanCorda") {
|
|||||||
try {
|
try {
|
||||||
cordaLifeCycle.stopCorda()
|
cordaLifeCycle.stopCorda()
|
||||||
} catch (Exception ignore) {
|
} catch (Exception ignore) {
|
||||||
println(ignore.toString())
|
println("ignoring exception: ${ignore.toString()}")
|
||||||
}
|
}
|
||||||
delete devEnvWorkspace
|
delete devEnvWorkspace
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user