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
If you build a modular app (https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular) then every library which is not at least an automatic module is a bit of a pain. You can workaround it with something like https://github.com/jjohannes/extra-java-module-info but it would be better if this is not necessary.
Can you please include make spek an automatic module following this guide: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular_auto thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you build a modular app (https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular) then every library which is not at least an automatic module is a bit of a pain.
You can workaround it with something like https://github.com/jjohannes/extra-java-module-info but it would be better if this is not necessary.
Can you please include make spek an automatic module following this guide:
https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular_auto
thanks
The text was updated successfully, but these errors were encountered: