Stephen Friedrich

Results 19 comments of Stephen Friedrich

Thanks! I think the inspection should be enabled by default. I only found out about it now when I read your comment.

For me, too downgrading to 0.8.0 fixes the issue, too. Unfortunately I am much too busy with testing and release preparation for me to have a deeper look at the...

Ok, after spending quite some time I found that the bug is in connect-livereload, and it is already known: https://github.com/intesso/connect-livereload/issues/39

Can't you just **always** install in the **root**Project's .gradle directory instead of the sub-project's .gradle directory?

Extremely sad and also quite surprised that yarn 3 is not supported. 😢 In fact if it helps it would be ok to not support yarn 2, but only versions...

Thanks a lot for the answer! That is ... weird 😮 and it feels really wrong to specify yarn 1 for the gradle plugin and yarn 3 in package.json. But...

Currently evaluating openapi-generator against swagger-codegen and openapi-processor for a large-ish spec of a public sector project. On the very first try of the generator I am greeted with thousands of...

Thanks for your answer! It's a standard JVM project (not android). I'll try and create an example project.

Adding `id("jvm-ecosystem")` to the `plugins {` section fixed the issue. Thanks! (I will still create an example project for you to check.)