You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/19 18:07:05 UTC

[fineract-cn-permitted-feign-client] branch develop updated: make travis build develop branch

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git


The following commit(s) were added to refs/heads/develop by this push:
     new e5d433c  make travis build develop branch
     new 3e129a1  Merge pull request #8 from aasaru/make_travis_build_develop_branch
e5d433c is described below

commit e5d433c27e60036a39c86992c02069c59fe60678
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 21:02:24 2019 +0300

    make travis build develop branch
---
 shared.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared.gradle b/shared.gradle
index 9831447..540355c 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -89,7 +89,7 @@ artifactory {
         }
     }
 }
-artifactoryPublish.dependsOn('clean','publishToMavenLocal')
+artifactoryPublish.dependsOn('publishToMavenLocal')
 
 license {
     header rootProject.file('../HEADER')