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 b8331c2 commit 9b84941Copy full SHA for 9b84941
.utility/bintray-release.gradle
@@ -6,6 +6,7 @@ apply plugin: 'maven'
6
apply plugin: 'maven-publish'
7
8
bintrayUpload.onlyIf { packageName && artifact && libraryName && libraryDescription }
9
+bintrayPublish.onlyIf { packageName && artifact && libraryName && libraryDescription }
10
11
bintrayUpload.dependsOn assemble
12
bintrayUpload.dependsOn sourcesJar
0 commit comments