commit 1847ab4b459c7f57df7ba3d3fb7744c0515894bd
parent 026f81a2a78095de57241fa0a0a178c290449b29
Author: Florian Dold <florian@dold.me>
Date: Sun, 24 Sep 2023 22:12:46 +0200
-remove bogus dep
Diffstat:
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
+}