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
I get the following build failure when running the js doc generation task:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':generateJsAsciiDocs'.
> java.util.ServiceConfigurationError: io.vertx.docgen.DocGenerator: Provider io.vertx.lang.js.JSDocGenerator could not be instantiated
I've tried various combinations of using compile, compileOnly, and annotationProcessor configurations for the different vertx dependencies, but I can't find any that work.
I have a pretty nearly identical dependency/task configuration for using the codegen libraries in this same project, and those all work without error, but I can't find a way around this docgen problem.
The text was updated successfully, but these errors were encountered:
With the following dependency configuration in my gradle 5.3.1 build script:
...and the following docgen task:
I get the following build failure when running the js doc generation task:
I've tried various combinations of using
compile
,compileOnly
, andannotationProcessor
configurations for the different vertx dependencies, but I can't find any that work.I have a pretty nearly identical dependency/task configuration for using the codegen libraries in this same project, and those all work without error, but I can't find a way around this docgen problem.
The text was updated successfully, but these errors were encountered: