Merge branch 'master' into pending-transaction-datasource

This commit is contained in:
eugene-shevchenko 2015-03-30 12:16:01 +03:00
commit 6bf85643bd
1 changed files with 3 additions and 5 deletions

View File

@ -156,11 +156,9 @@ artifactory {
}
artifactoryPublish.onlyIf {
// (!pullRequest || pullRequest == 'false') &&
// project.version.endsWith('-SNAPSHOT') &&
branchName.startsWith('master')
(!pullRequest || pullRequest == 'false') &&
project.version.endsWith('-SNAPSHOT') &&
branchName.startsWith('master')
}
bintray {