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/16 19:34:06 UTC

[fineract-cn-portfolio] branch develop updated: not to clean before artifactorypublish

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-portfolio.git


The following commit(s) were added to refs/heads/develop by this push:
     new 58c0e7d  not to clean before artifactorypublish
     new 2b77d2d  Merge pull request #20 from aasaru/fix-travis-builds-failing-at-develop
58c0e7d is described below

commit 58c0e7daf5c7118702d3e18cecfa380d47edffd5
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Oct 16 22:32:57 2019 +0300

    not to clean before artifactorypublish
---
 service/build.gradle | 1 -
 shared.gradle        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/service/build.gradle b/service/build.gradle
index c21f785..b30cd09 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -20,7 +20,6 @@ buildscript {
         springBootVersion = '1.4.1.RELEASE'
     }
     repositories {
-        mavenLocal()
         jcenter()
     }
 }
diff --git a/shared.gradle b/shared.gradle
index 850ece5..fda6cd4 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -89,7 +89,7 @@ artifactory {
         }
     }
 }
-artifactoryPublish.dependsOn('clean','publishToMavenLocal')
+artifactoryPublish.dependsOn('publishToMavenLocal')
 
 license {
     header rootProject.file('../HEADER')