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 9b84941 commit 3b401e5Copy full SHA for 3b401e5
.utility/bintray-release.gradle
@@ -6,7 +6,6 @@ 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
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
jcenter()
5
}
dependencies {
- classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
+ classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3'
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.4"
0 commit comments