Cédric Champeau
Cédric Champeau
Thanks, `incremental` is actually used, but read a bit eagerly. After reading the code I'm not sure I can make it properly lazy without breaking changes, so I'll defer this...
This shouldn't be needed anymore with Gradle plugin 4.0.0-SNAPSHOT as far as I understand, since we bumped the docker plugin version. @timyates may want to give it a try
Yes, they probably should, but I wouldn't invest a lot of time on this before we finish some cleanup in the Micronaut Gradle plugins to make conventions easier to write....
> What is the advantage for users? The same advantages as what we benefit from in our own builds, and, I would say, a more modern way to write build...
I use version catalogs even in Groovy scripts, personally. It's hard to get back when you start using this. We could make it an option to use catalogs or not....
Yes, that was the intent of my first sentence :)
I am not sure I understand the question. Or maybe this is an issue which should be in the Gradle plugin instead?
AFAIK it is
Yeah I was reluctant on updating without knowing if/where it's used given that a JS upgrade could break UI.
I'm actually not quite sure how to fix this properly. At least, I don't think this can be done properly simply by changing the `micronaut-build` project: the rules probably need...