David Kubecka
04/13/2023, 10:31 AMkotlin-maven-plugin
question: I'm using that plugin to run a (java) annotation processor. That processor uses Diagnostic.Kind.NOTE
for diagnostic messages. These show up as ERROR in the plugin output, whereas the equivalent java plugin shows them as INFO. Is this expected?tapchicoma
04/13/2023, 12:44 PM