Cédric Champeau

Results 298 comments of Cédric Champeau

Note also that you can simply run `./gradlew nativeRun` to build the native image then run it (no need to use the CLI).

There's already the `foreground` property in Gradle to do this.

I don't think it has been implemented in the Maven plugin

This might be related to provenance file generation, but from my perspective, there's no reason to filter that out.

Would be good if you could weight in the pros and cons. Because when I started this, the maven plugin development plugin was not mature. In addition, I made particularly...

Interesting. I actually didn't even expect Gradle to run if `JAVA_HOME` isn't set :D

I think it is. However, as I said, it's extremely curious to run Gradle without `JAVA_HOME` set.

So I think having a `head`/`master`/`snapshot` release is indeed useful. For example a user can download the archive and add it to their sources, then configure the plugin to use...

Yes the error is strange, looks like a binary incompatibility problem, but why would it fail only for Java 21?

This seems pretty advanced use case... I wonder if this is the kind of things which would be better suited for Python scripting. In any case, maybe this could be...