Arne Bedurftig

Results 4 comments of Arne Bedurftig

@ardevd, do you still have this issue or did you find something that worked for you? I face the same issue in a multi-module Gradle project. Thanks.

> The way to achieve this would be 2 different modules in a multi project build @graemerocher, who would that work? I have an application with the @OpenAPIDefinition annotation and...

I generated a Micronaut CLI application via launch including the GraalVM feature. I chose Java 17, but the generated DockerfileNative contains `FROM ghcr.io/graalvm/native-image:ol7-java11-22.1.0 AS graalvm`. When I run the `dockerBuildNative`...