mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 02:44:49 +00:00
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…
x
Reference in New Issue
Block a user