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 fb5825a commit 7093d7fCopy full SHA for 7093d7f
build.gradle
@@ -47,7 +47,9 @@ subprojects {
47
testCompile group: 'junit', name: 'junit', version: '4.12'
48
}
49
50
- if (!(isCi || isJitpack)) {
+ if (isCi || isJitpack) {
51
+ System.err.println("skipping bintray for CI / JitPack builds")
52
+ } else {
53
// we don't need the bintray features for the ci/jitpack builds build
54
apply from: rootProject.file('gradle/bintray.gradle')
55
0 commit comments