This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch 0.1.x in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git
commit e5d433c27e60036a39c86992c02069c59fe60678 Author: Juhan Aasaru <[email protected]> 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')
