mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
change log output from run config generation
This commit is contained in:
parent
992ddfa114
commit
023ee55b20
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue