Results 140 comments of Scott Murphy

Perhaps this is related? https://github.com/drewnoakes/metadata-extractor/issues/553

Hi @danduke Your sample app doesn't produce a jar? ``` % sdk use grails 4.0.4 % git clone https://github.com/danduke/encoding-test % grails clean % grails assemble % find .|grep jar ./gradle/wrapper/gradle-wrapper.jar...

I was able to replicate your issue, but only after adding a booJar config. I'd recommend trying to get your example app as specific and ready as possible, then replicating...

ah, makes sense. I forgot about running jars the old fashion way ;P

Prob wouldn't hurt to compare the differences between 4.0.3 and 4.0.4 to identify which dependency is causing the issue. It shouldn't be that difficult being that there are not a...

Looks like gspVersion changed from 4.0.0 to 4.0.2 https://github.com/grails/grails-gsp/compare/v4.0.0..v4.0.2 Have you tried forcing the use of `gspVersion=4.0.0` using a newer version of grails?

Yeah, I just noticed that. `GroovyPageCompilerForkTask` was created in `4.0.2` which was released with 4.0.4

I like the general idea of gpc. Seeing other projects where plugins get forked and eventually die is never a good thing. For instance, take a look at countless Apache...

@Taack yeah, I realized I had already updated the groovy version prior to 5.0.0 being released. I am getting runtime issues as well with my production app. Are you experiencing...