[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [libeufin] branch master updated: import Kotlin.Jvm from gl
From: |
gnunet |
Subject: |
[GNUnet-SVN] [libeufin] branch master updated: import Kotlin.Jvm from global Gradle file |
Date: |
Tue, 08 Oct 2019 14:46:20 +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 4859be0 import Kotlin.Jvm from global Gradle file
4859be0 is described below
commit 4859be076b0780921fdfe8c8f63320797ddbe3cf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 8 14:46:09 2019 +0200
import Kotlin.Jvm from global Gradle file
---
build.gradle | 6 +++---
nexus/build.gradle | 4 ----
sandbox/build.gradle | 5 -----
3 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/build.gradle b/build.gradle
index 59045d0..2230ba5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,6 +3,9 @@ plugins {
}
allprojects {
+ apply plugin : "org.jetbrains.kotlin.jvm"
+ apply plugin : "application"
+ apply plugin : "java"
repositories {
mavenCentral()
@@ -28,9 +31,6 @@ subprojects {
}
}
- apply plugin : "application"
- apply plugin : "java"
-
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "io.ktor:ktor-gson:1.1.5"
diff --git a/nexus/build.gradle b/nexus/build.gradle
index d8464b6..d58414c 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -1,7 +1,3 @@
-plugins {
- id "org.jetbrains.kotlin.jvm"
-}
-
application {
mainClassName = "tech.libeufin.nexus.MainKt"
}
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index 26dbd19..5f0b3de 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -1,8 +1,3 @@
-plugins {
- // FIXME: must go into the global file.
- id "org.jetbrains.kotlin.jvm"
-}
-
application {
mainClassName = "tech.libeufin.sandbox.MainKt"
}
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [libeufin] branch master updated: import Kotlin.Jvm from global Gradle file,
gnunet <=