Add no process canceled exception configurations
This commit is contained in:
committed by
Ilya Chernikov
parent
bcd31de84a
commit
5dfcac18b7
@@ -40,5 +40,9 @@ val runUltimate by task<JavaExec> {
|
||||
"-Didea.additional.classpath=../idea-kotlin-runtime/kotlin-runtime.jar,../idea-kotlin-runtime/kotlin-reflect.jar"
|
||||
)
|
||||
|
||||
if (project.hasProperty("noPCE")) {
|
||||
jvmArgs("-Didea.ProcessCanceledException=disabled")
|
||||
}
|
||||
|
||||
args()
|
||||
}
|
||||
Reference in New Issue
Block a user