How to specify quarkus.index-dependency.<name>.group-id for gradle dependencies #26666
Unanswered
guitcastro
asked this question in
Q&A
Replies: 2 comments
-
/cc @glefloch, @quarkusio/devtools |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found out that jandex task was returning UP TO DATE, and not generating the index. Using gradle cleanJandex fix it. |
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.
-
I have create a multi module gradle project, and I was able to make dependency injection work using jandex when running the application.
However when I try to test using my dependency module it fails with
javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type
.I was wondering if it's possible to specify my gradle dependency as:
quarkus.index-dependency..group-id= quarkus.index-dependency..artifact-id=
Beta Was this translation helpful? Give feedback.
All reactions