How to exclude certain packages #416
Replies: 3 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@TomBeckett Could you please provide some details on how it solved the problem? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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