gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Address Gradle warning.


From: gnunet
Subject: [libeufin] branch master updated: Address Gradle warning.
Date: Wed, 15 Apr 2020 17:06:27 +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 f92a1ee  Address Gradle warning.
f92a1ee is described below

commit f92a1ee971ce89d4fbcde06083fd7e96d971a1be
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 15 17:06:06 2020 +0200

    Address Gradle warning.
---
 build.gradle         | 3 +++
 nexus/build.gradle   | 4 ++--
 sandbox/build.gradle | 2 +-
 util/build.gradle    | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 929bbb6..cf6cc8a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,6 @@
+plugins {
+    id 'org.jetbrains.kotlin.jvm' version '1.3.50'
+}
 allprojects {
     repositories {
         mavenCentral()
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 8f4bfa7..5582e0d 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -1,7 +1,7 @@
 plugins {
     id 'java'
     id 'application'
-    id 'org.jetbrains.kotlin.jvm' version '1.3.50'
+    id 'org.jetbrains.kotlin.jvm'
     /**
      * Design choice: native installation logic doesn't provide one
      * single command to generate a unique jar, and even by generating
@@ -78,4 +78,4 @@ jar {
     manifest {
         attributes "Main-Class": "tech.libeufin.nexus.MainKt"
     }
-}
+}
\ No newline at end of file
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index e03114e..9fa8214 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -1,6 +1,6 @@
 plugins {
     id 'java'
-    id 'org.jetbrains.kotlin.jvm' version '1.3.50'
+    id 'org.jetbrains.kotlin.jvm'
     id 'application'
 }
 
diff --git a/util/build.gradle b/util/build.gradle
index b5bfa31..c53b544 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -1,7 +1,7 @@
 plugins {
     id 'java'
     id 'application'
-    id 'org.jetbrains.kotlin.jvm' version '1.3.50'
+    id 'org.jetbrains.kotlin.jvm'
 
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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