diff --git a/tools/BankListCreator/build.gradle b/tools/BankListCreator/build.gradle index 5f0247c3..d90eb9ae 100644 --- a/tools/BankListCreator/build.gradle +++ b/tools/BankListCreator/build.gradle @@ -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'