Artifacts to project directory

This commit is contained in:
2016-08-10 13:58:01 +01:00
parent 73ef7690ed
commit 7e311483cb
4 changed files with 8 additions and 6764 deletions

View File

@@ -86,7 +86,7 @@ libraries {
tasks.withType(Upload) {
repositories {
mavenDeployer {
repository(url: uri('../../.maven'))
repository(url: uri('.maven'))
}
}
}