Skip to content

Commit b1b9192

Browse files
committed
using gradle logger to write bintray info
1 parent 7093d7f commit b1b9192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ subprojects {
4848
}
4949

5050
if (isCi || isJitpack) {
51-
System.err.println("skipping bintray for CI / JitPack builds")
51+
logger.warn('skipping bintray for CI / JitPack builds')
5252
} else {
53+
logger.warn('using bintray')
5354
// we don't need the bintray features for the ci/jitpack builds build
5455
apply from: rootProject.file('gradle/bintray.gradle')
5556
}

0 commit comments

Comments
 (0)