Merge branch 'master' into pending-transaction-datasource
This commit is contained in:
commit
6bf85643bd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue