Set EpcQrCode dependency to api as due to IntelliJ (Gradle?) bug implementation cannot find project

This commit is contained in:
dankito 2020-11-16 20:36:14 +01:00
parent 3943c301e7
commit 8d9de1a4cd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies {
implementation 'io.quarkus:quarkus-arc'
implementation project(":EpcQrCode")
api project(":EpcQrCode")
testImplementation 'io.quarkus:quarkus-junit5'