Skip to content

Commit 0ef0a90

Browse files
chore: add comment to it
1 parent 712135e commit 0ef0a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
dependencies {
1111
// Load publish plugin ONLY when publish task is requested
1212
if (gradle.startParameter.taskNames.any { it.toLowerCase().contains("publish") }) {
13+
// This requires minimum java 11 to work
1314
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.28.0'
1415
println("[INFO] [Countly] Maven Publish plugin ENABLED (publish task detected).")
1516
} else {

0 commit comments

Comments
 (0)