Fixed that Gradle can't find BankFinder project

This commit is contained in:
dankito 2021-11-06 15:30:56 +01:00
parent 4f8ce829cd
commit cc17fa8f0d
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ compileTestKotlin {
dependencies {
api project(':BankFinder')
// why can't Gradle find BankFinder? If the same applies to you, publish BankFinder to Maven Local first and uncomment this line:
// api "net.dankito.banking:BankFinder-jvm:$version"
implementation 'org.docx4j:docx4j-JAXB-ReferenceImpl:8.1.3'