gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/02: use 'libeufin-' prefix for binaries


From: gnunet
Subject: [libeufin] 02/02: use 'libeufin-' prefix for binaries
Date: Sun, 14 Jun 2020 15:36:29 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

commit 626c4bb8c8c3efcad8537acd132afd8462c5e9e1
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sun Jun 14 19:05:50 2020 +0530

    use 'libeufin-' prefix for binaries
---
 gradle/wrapper/gradle-wrapper.properties | 5 +++--
 nexus/build.gradle                       | 7 ++++---
 sandbox/build.gradle                     | 3 ++-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 622ab64..1dbda40 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
+#Sun Jun 14 17:36:48 IST 2020
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
-zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
diff --git a/nexus/build.gradle b/nexus/build.gradle
index cca0bf3..7fcfaa7 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -16,13 +16,12 @@ plugins {
 
 sourceSets {
     main.kotlin.srcDirs = ["src/main/kotlin"]
-    main.kotlin.excludes = ["**/MainDeprecated.kt"]
 }
 
 task installToPrefix(type: Copy) {
     dependsOn(installShadowDist)
     from("build/install/nexus-shadow") {
-        include("**/nexus")
+        include("**/libeufin-nexus")
         include("**/*.jar")
     }
     /**
@@ -88,6 +87,7 @@ dependencies {
 
 application {
     mainClassName = "tech.libeufin.nexus.MainKt"
+    applicationName = "libeufin-nexus"
 }
 
 
@@ -99,4 +99,5 @@ jar {
 
 run {
     standardInput = System.in
-}
\ No newline at end of file
+}
+
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index f187e99..66c50d4 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -18,7 +18,7 @@ compileKotlin {
 task installToPrefix(type: Copy) {
     dependsOn(installShadowDist)
     from("build/install/sandbox-shadow") {
-        include("**/sandbox")
+        include("**/libeufin-sandbox")
         include("**/*.jar")
     }
     /**
@@ -75,6 +75,7 @@ dependencies {
 
 application {
     mainClassName = "tech.libeufin.sandbox.MainKt"
+    applicationName = "libeufin-sandbox"
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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