Skip to content

Commit febb27e

Browse files
author
Sebastian Wilgosz
committed
Commented Upload Archive block
This change is for running build on codeship
1 parent 4e64fc9 commit febb27e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ artifacts {
5454
archives sourceJar
5555
}
5656

57+
/*
5758
uploadArchives {
5859
onlyIf {
5960
return project.hasProperty('mavendir')
6061
}
6162
repositories {
6263
mavenDeployer {
63-
repository(url: "file://${project.mavendir}")
64+
repository(url: 'file://' + project.getProperty('mavendir'))
6465
}
6566
}
6667
}
68+
*/

0 commit comments

Comments
 (0)