Some changes to artifact uploads.

This commit is contained in:
Adam Murdoch
2012-09-16 13:48:54 +10:00
parent 1fd7726ec1
commit 3052c7034b
3 changed files with 19 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ mainClassName = 'net.rubygrapefruit.platform.test.Main'
applicationName = 'native-platform-test'
archivesBaseName = 'native-platform-test'
if (project.hasProperty('remote-artifacts')) {
if (project.hasProperty('release')) {
repositories {
maven { url "$rootProject.buildDir/repo" }
}