libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 1847ab4b459c7f57df7ba3d3fb7744c0515894bd
parent 026f81a2a78095de57241fa0a0a178c290449b29
Author: Florian Dold <florian@dold.me>
Date:   Sun, 24 Sep 2023 22:12:46 +0200

-remove bogus dep

Diffstat:
Mbank/build.gradle | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bank/build.gradle b/bank/build.gradle @@ -37,7 +37,6 @@ tasks.register('installToPrefix', Copy) { */ into "${project.findProperty('prefix') ?: '/tmp'}" } -apply plugin: 'kotlin-kapt' // apply plugin: 'kotlinx-serialization' sourceSets { @@ -90,4 +89,4 @@ jar { manifest { attributes "Main-Class": "tech.libeufin.bank.MainKt" } -} -\ No newline at end of file +}