change log output from run config generation

This commit is contained in:
Relentless 2023-09-21 23:50:44 +02:00
parent 992ddfa114
commit 023ee55b20
No known key found for this signature in database
GPG key ID: 50C5FD225130D790

View file

@ -187,7 +187,7 @@ subprojects {
runs {
forEach {
val dir = "../run/${project.name.lowercase()}_${it.environment}"
println("[${project.name}] Run config '${it.name}' directory set to: $dir")
println("[Run Config] ${project.name} '${it.name}' directory: $dir")
it.runDir(dir)
// allows DCEVM hot-swapping when using the JBR (https://github.com/JetBrains/JetBrainsRuntime)
it.vmArgs("-XX:+IgnoreUnrecognizedVMOptions", "-XX:+AllowEnhancedClassRedefinition")