How to exclude certain packages #416
Unanswered
TomBeckett
asked this question in
Q&A
Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
@TomBeckett Could you please provide some details on how it solved the problem? |
Beta Was this translation helpful? Give feedback.
0 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.db
package entirely?Beta Was this translation helpful? Give feedback.
All reactions