nhoughto

Results 62 comments of nhoughto

I'm getting this all the time when running a gradle build in docker. I presume the docker and overlay filesystem is the difference? Some different file type that isn't supported?...

Weird issue to debug, just came across this myself and things just seem to stop. Wouldn't have guessed!

Not merged, use this plugin instead https://github.com/psxpaul/gradle-execfork-plugin

Just use this instead https://github.com/psxpaul/gradle-execfork-plugin

Hmm nope can repro on 2.0.1 / latest versions Yours seems to fail on DataSource, my run fails on `org.hibernate.SessionFactory`, its like if you just use a DataSource it works,...

I guess ill see if I can make your repro repo match my experience and then get back to you 👍

Would love this, causing a bit of pain atm with shared/inherited config, where datasource config is specified at a higher level and this triggers downstream components to try and construct...

@arunderwood Did you attempt / succeed with this? We are seeing the same behaviour, its very annoying and probably should be mentioned in the README It is especially a problem...

So current plan is basically to reimplement YarnTask as a WorkAction and WorkParameters, to do that you have to work within extra constraints: https://docs.gradle.org/current/userguide/custom_tasks.html#worker_api Basically you can only deal with...

Yep that’s what I’m doing, I hit a wall with NodeExecConfig tho and closed classes, so I’ll have another look when they get opened 👍🏼 On 30 Aug 2021, 10:41...