This is output from gradle - Though i'm not sure why you're running the development time "bootRun" in docker. This is expected - see https://github.com/grails/grails-core/issues/641#issuecomment-293200370
– erichelgesonOct 29 '19 at 15:49
It's 1 of 4 services I'm developing. I'm using Docker to maintain consistency across hosts.
– Jerry UOct 30 '19 at 06:51
Also its not stuck there 83% message, it keeps printing it unnecessarily which is annoying.
– Jerry UOct 30 '19 at 07:10
Thats what i'm saying - bootRun is not intended to be used for deployment - create a executable war/jar to run in docker.
– erichelgesonOct 30 '19 at 15:35
@erichelgeson Yea I usually create WARs when I'm deploying. I'm using bootRun so the files and be recompiled on the fly
– Jerry UOct 31 '19 at 11:14
1 Answers1
0
You can reduce the output of Grade with those flags: