mirror of https://github.com/apache/kafka.git
kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao
This commit is contained in:
parent
37356bfee0
commit
5f1ad107b7
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue