doFirst {
println "=========================================================="
println " TASK RUNNING: ${name}"
println " Working Directory: ${workingDir}"
println "=========================================================="
println "=== FINAL JVM ARGUMENTS PASSED TO JAVA EXECUTION ==="
// Query the engine's internal live array directly at runtime
getAllJvmArgs().eachWithIndex { arg, index ->
println String.format("[%02d] %s", index + 1, arg)
}
println "=========================================================="
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)