libeufin

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

commit a8e8d928f1444067762ffe99ed9eb2042bb0ec49
parent 7a1b39cee475b7e3aaeadeb3f49abf9b6d088fc0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 15 Apr 2020 15:53:58 +0200

comment doesn't apply anymore

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

diff --git a/nexus/build.gradle b/nexus/build.gradle @@ -8,8 +8,7 @@ plugins { * a unique jar manually, then the usual gradle wrappers wouldn't be * able to run those. Therefore, the dependency below ('shadow') * was added as it provides _both_: unique jar packaging _and_ a - * suitable launch script. However, a method to copy the jar+script - * files to a external directory must still be (manually?) provided. + * suitable launch script. */ id "com.github.johnrengelman.shadow" version "5.2.0" }