Open melix opened 1 year ago
This is blocked by https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/592 and will only work for Micronaut 4+.
The generated Gradle build files should generate a serialization = "...." entry to select the runtime serialization framework.
serialization = "...."
@melix see https://github.com/micronaut-projects/micronaut-starter/pull/1829
This is blocked by https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/592 and will only work for Micronaut 4+.
The generated Gradle build files should generate a
serialization = "...."
entry to select the runtime serialization framework.