Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
make travis build develop branch again
- Loading branch information
Juhan Aasaru
authored and
Juhan Aasaru
committed
Oct 16, 2019
1 parent
0961d93
commit d8837a8132dca94a542101c074e3024b641d60a2
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,6 @@ buildscript { | ||
springBootVersion = '1.4.1.RELEASE' | ||
} | ||
repositories { | ||
mavenLocal() | ||
jcenter() | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -86,7 +86,7 @@ artifactory { | ||
} | ||
} | ||
} | ||
artifactoryPublish.dependsOn('clean','publishToMavenLocal') | ||
artifactoryPublish.dependsOn('publishToMavenLocal') | ||
|
||
license { | ||
header rootProject.file('../HEADER') | ||