Skip to content

Commit 3a07203

Browse files
Update build.gradle
1 parent 0ef0a90 commit 3a07203

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sdk-java/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ buildscript {
1212
if (gradle.startParameter.taskNames.any { it.toLowerCase().contains("publish") }) {
1313
// This requires minimum java 11 to work
1414
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.28.0'
15-
println("[INFO] [Countly] Maven Publish plugin ENABLED (publish task detected).")
16-
} else {
17-
println("[INFO] [Countly] Maven Publish plugin SKIPPED (no publish task).")
18-
}
15+
}
1916
}
2017
}
2118

0 commit comments

Comments
 (0)