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 7093d7f commit b1b9192Copy full SHA for b1b9192
build.gradle
@@ -48,8 +48,9 @@ subprojects {
48
}
49
50
if (isCi || isJitpack) {
51
- System.err.println("skipping bintray for CI / JitPack builds")
+ logger.warn('skipping bintray for CI / JitPack builds')
52
} else {
53
+ logger.warn('using bintray')
54
// we don't need the bintray features for the ci/jitpack builds build
55
apply from: rootProject.file('gradle/bintray.gradle')
56
0 commit comments