We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The use of module-info with moditect and shaded dependencies cause an error with javadoc. This cause empty javadoc file being generated. See #3039
Next release (3.0.1) you need to add the logback dependency io.jooby:jooby-logback:$version to your maven/gradle build file.
io.jooby:jooby-logback:$version
The text was updated successfully, but these errors were encountered:
c297cf3
logging: fix typo while setting log file path ref #3046 #3047
f53ac2f
jooby-cli: update logging setup
d15680b
- add `jooby-logback` dependency - ref #3046 #3047
55d4c11
No branches or pull requests
The use of module-info with moditect and shaded dependencies cause an error with javadoc. This cause empty javadoc file being generated. See #3039
Next release (3.0.1) you need to add the logback dependency
io.jooby:jooby-logback:$version
to your maven/gradle build file.The text was updated successfully, but these errors were encountered: