[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: -remove bogus dep
From: |
gnunet |
Subject: |
[libeufin] branch master updated: -remove bogus dep |
Date: |
Sun, 24 Sep 2023 22:12:42 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 1847ab4b -remove bogus dep
1847ab4b is described below
commit 1847ab4b459c7f57df7ba3d3fb7744c0515894bd
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Sep 24 22:12:46 2023 +0200
-remove bogus dep
---
bank/build.gradle | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bank/build.gradle b/bank/build.gradle
index 6bc22005..8af6f364 100644
--- 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
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: -remove bogus dep,
gnunet <=