chrisbitmead

Results 4 issues of chrisbitmead

I added 2.4.1 of the plugin to a grails 5.1 project and got the following bizarre error: ``` `FAILURE: Build failed with an exception. * What went wrong: Execution failed...

question

### Expected Behavior I have a number of plugins that are also stand alone apps. i.e. they have a web user interface, but they also provide services (domain classes) to...

I've been strugging in grails with the question of how to set an external logback.groovy location. I don't want to use -D on the command line because if you deploy...

enhancement
PR welcome

So... it would seem that the code tries to slurp the whole file into memory in one go, and convert it to one big string. That's not a good idea.......