We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f279 commit a4b7603Copy full SHA for a4b7603
artifactory.gradle
@@ -33,7 +33,9 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
33
defaults {
34
publications('maven')
35
}
36
- clientConfig.info.setBuildNumber('' + project.property('buildNumber'))
+ if (project.hasProperty('buildNumber')) {
37
+ clientConfig.info.setBuildNumber('' + project.property('buildNumber'))
38
+ }
39
40
41
0 commit comments