[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: prefer absolute path to store resource
From: |
gnunet |
Subject: |
[libeufin] branch master updated: prefer absolute path to store resources |
Date: |
Tue, 19 Jan 2021 20:18:27 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 0028e4d prefer absolute path to store resources
0028e4d is described below
commit 0028e4d453780edc1f5a0aeec55a5241babcea8a
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 19 20:18:20 2021 +0100
prefer absolute path to store resources
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 289160d..ca82194 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,16 +24,16 @@ idea {
setVersion("0.0.1-dev.1")
-task versionFiles() {
- new File("util/src/main/resources/version.txt").text =
getRootProject().version
+task versionFile() {
+ new File("${projectDir}/util/src/main/resources", "version.txt").text =
getRootProject().version
}
classes {
- dependsOn versionFiles
+ dependsOn versionFile
}
task dist(type: Zip) {
- dependsOn versionFiles
+ dependsOn versionFile
evaluationDependsOn("nexus")
evaluationDependsOn("sandbox")
def topDir = "${getRootProject().name}-${getRootProject().version}"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: prefer absolute path to store resources,
gnunet <=