How to exclude certain packages #416
Unanswered
TomBeckett
asked this question in
Q&A
Replies: 3 comments 9 replies
|
|
5 replies
|
@TomBeckett Could you please provide some details on how it solved the problem? |
0 replies
|
For this solution does not work at all. Also not with the .. I have some generated code from graphql and use that in a module. I want the graphql package to be excluded for verification entirely from all modules. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all! 👋
We're using JOOQ in our project to generate sources as a package for example
com.example.db. We love how JOOQ lets us write typesafe SQL and don't want to drop it.Unfortunately it also flags as a cyclic dependency when running a basic test with spring-modulith:
Output
Is there a way we can ignore the
com.example.dbpackage entirely?All reactions