This commit is contained in:
parent
b17bf70e04
commit
bba7017262
|
@ -527,9 +527,9 @@ allprojects {
|
|||
def checkPart2 = tasks.register('checkPart2')
|
||||
plugins.withId('lifecycle-base') {
|
||||
if (project.path.startsWith(":x-pack:")) {
|
||||
checkPart1.configure { dependsOn 'check' }
|
||||
} else {
|
||||
checkPart2.configure { dependsOn 'check' }
|
||||
} else {
|
||||
checkPart1.configure { dependsOn 'check' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue