gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libeufin] branch master updated: fix javax.xml.bind import


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: fix javax.xml.bind import
Date: Mon, 23 Sep 2019 17:12:28 +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 ac9d84c  fix javax.xml.bind import
ac9d84c is described below

commit ac9d84ca829b81db07af60b8971febe8ba06c584
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 23 17:12:22 2019 +0200

    fix javax.xml.bind import
---
 build.gradle | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/build.gradle b/build.gradle
index 87419e1..a00380e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
     compile "io.ktor:ktor-server-netty:1.2.4"
     compile "ch.qos.logback:logback-classic:1.2.3"
-    compile "java.xml.bind:jaxb-api:2.2.4"
+    compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
     testCompile group: 'junit', name: 'junit', version: '4.12'
 }
 
@@ -28,18 +28,6 @@ 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]