Cédric Champeau
Cédric Champeau
**Build scan link** https://ge.micronaut.io/s/slhg65invj4t2 **Plugin version** 1.0.0-rc-06 **Gradle version** 7.4.1 **Describe the bug** Applying the plugin to the root project fails with: ``` Caused by: org.gradle.api.InvalidUserCodeException: Cannot run Project.afterEvaluate(Action) when...
It would be handy if clicking on a line in the tool window editor (bytecode or ASMified views) moved the editor of the class to the corresponding line. Eventually, provide...
### Describe the bug Invocation of a WASM binary triggers a segfault in the VM, crashing it. It seems that this occurs quite frequently on my laptop, but I'm seeing...
### Issue description While working on upgrading to the latest [AsciidoctorJ version for the Micronaut Build plugins](https://github.com/micronaut-projects/micronaut-build/pull/269), I used this project to verify that I wasn't breaking anything. However, doing...
See https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/401#issuecomment-1083747919
## Proposal Currently, tests are executed in JVM mode, so that we can generate a list of test ids, which are in turn used as an input to generate the...
Checkstyle isn't very nice as it's a validation check _after the fact_. It would be great if formatting rules were visible right in the IDE. This is possible by providing...
### Expected Behavior It should be possible to find more than one extension by type. Currently, `ExtensionContainer#findByType` assumes that there's a single extension of a specific type, but it's not...
This commit introduces a new test project which is a JMH benchmark testing an application. It makes use of the Micronaut Gradle plugins (that is to say builds an application...