Set EpcQrCode dependency to api as due to IntelliJ (Gradle?) bug implementation cannot find project
This commit is contained in:
parent
3943c301e7
commit
8d9de1a4cd
|
@ -37,7 +37,7 @@ dependencies {
|
||||||
|
|
||||||
implementation 'io.quarkus:quarkus-arc'
|
implementation 'io.quarkus:quarkus-arc'
|
||||||
|
|
||||||
implementation project(":EpcQrCode")
|
api project(":EpcQrCode")
|
||||||
|
|
||||||
|
|
||||||
testImplementation 'io.quarkus:quarkus-junit5'
|
testImplementation 'io.quarkus:quarkus-junit5'
|
||||||
|
|
Loading…
Reference in New Issue