[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [libeufin] branch master updated: workaround
From: |
gnunet |
Subject: |
[GNUnet-SVN] [libeufin] branch master updated: workaround |
Date: |
Mon, 23 Sep 2019 16:58:38 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 7804a9b workaround
7804a9b is described below
commit 7804a9b7efc65bffe430049c418ed564f2b299e6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 23 16:58:32 2019 +0200
workaround
---
build.gradle | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/build.gradle b/build.gradle
index 39aba08..593f3eb 100644
--- 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 {
--
To stop receiving notification emails like this one, please contact
address@hidden.