Fixed that Gradle can't find BankFinder project
This commit is contained in:
parent
4f8ce829cd
commit
cc17fa8f0d
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue