Remove tests from the check task dependencies
This commit is contained in:
parent
3d1f95b275
commit
f19de179b9
|
@ -144,6 +144,11 @@ allprojects {
|
|||
expand(modProperties)
|
||||
}
|
||||
}
|
||||
check {
|
||||
setDependsOn(
|
||||
dependsOn.minus(test)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue