kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao

This commit is contained in:
Ivan Lyutov 2014-10-17 12:30:41 -07:00 committed by Jun Rao
parent 37356bfee0
commit 5f1ad107b7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ext {
}
def isVerificationRequired(project) {
project.gradle.startParameter.taskNames.contains("uploadArchives")
project.gradle.startParameter.taskNames.any { it.contains("upload") }
}
apply from: file('wrapper.gradle')