libeufin

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

commit e136bbd78c6da2d5a8c0de9a248e03d539f96085
parent e61e046ed02b8d58f2e218eb2bf3a9d8f7a9bd13
Author: Antoine A <>
Date:   Tue, 28 Nov 2023 14:00:38 +0000

Disable minimization for now

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

diff --git a/bank/build.gradle b/bank/build.gradle @@ -53,7 +53,7 @@ application { } shadowJar { - minimize { + /*minimize { TODO enable again when we have more time to test it // Kotlin serialization exclude(dependency("io.ktor:ktor-serialization-kotlinx-json:.*")) // Postgres driver @@ -61,5 +61,5 @@ shadowJar { exclude(dependency("com.kohlschutter.junixsocket:junixsocket-core:.*")) // Logging exclude(dependency("ch.qos.logback:logback-classic:.*")) - } + }*/ } \ No newline at end of file