You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone and do mvn install -DskipTests gives me:
[ERROR] Failed to execute goal io.quarkus:quarkus-config-doc-maven-plugin:3.17.5:generate-config-doc (default-generate-config-doc) on project quarkus-roq-docs: Execution default-generate-config-doc of goal io.quarkus:quarkus-config-doc-maven-plugin:3.17.5:generate-config-doc failed: Unable to parse: /Users/manderse/code/quarkiverse/quarkus-roq/roq-frontmatter/deployment/target/quarkus-config-doc/quarkus-config-model.yaml: Could not resolve subtype of [simple type, class io.quarkus.annotation.processor.documentation.config.model.ConfigProperty$PropertyPath]: missing type id property '@class' (for POJO property 'path')
[ERROR] at [Source: (sun.nio.ch.ChannelInputStream); line: 15, column: 11] (through reference chain: io.quarkus.annotation.processor.documentation.config.model.ResolvedModel["configRoots"]->java.util.ArrayList[0]->io.quarkus.annotation.processor.documentation.config.model.ConfigRoot["items"]->java.util.ArrayList[0]->io.quarkus.annotation.processor.documentation.config.model.ConfigProperty["path"])
The text was updated successfully, but these errors were encountered:
git clone and do
mvn install -DskipTests
gives me:The text was updated successfully, but these errors were encountered: