I’m using Grails version 2.3 RC2.
When running grails> test-app Something
, Grails says “running without daemon”.
How can I run test-app with a daemon (if it really has this option)?
I’m using Grails version 2.3 RC2.
When running grails> test-app Something
, Grails says “running without daemon”.
How can I run test-app with a daemon (if it really has this option)?
© 2022 - 2024 — McMap. All rights reserved.
grails.project.fork
for test to have a property asdaemon:true
inBuildConfig
. – Pyszka