libeufin

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

commit 7804a9b7efc65bffe430049c418ed564f2b299e6
parent 186274c0ea87cc6ff4ced817cad9b7d46d1ac0c7
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 23 Sep 2019 16:58:32 +0200

workaround

Diffstat:
Mbuild.gradle | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -27,6 +27,18 @@ compileTestKotlin { kotlinOptions.jvmTarget = "1.8" } +compileJava { + options.compilerArgs += ["--add-modules", "java.xml.bind"] +} + +compileTestJava { + options.compilerArgs += ["--add-modules", "java.xml.bind"] +} + +test { + jvmArgs += ["--add-modules", "java.xml.bind"] +} + jar { manifest {