release.gradle : skip for `build` task
This commit is contained in:
parent
46877fdcb4
commit
312fb4355d
|
@ -60,6 +60,9 @@ configurations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// skip building this when `build` task is run from root, as many of our CI jobs do
|
||||||
|
tasks.build.dependsOn.clear()
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
attributesSchema { schema ->
|
attributesSchema { schema ->
|
||||||
schema.attribute(Bundling.BUNDLING_ATTRIBUTE) { matchStrategy ->
|
schema.attribute(Bundling.BUNDLING_ATTRIBUTE) { matchStrategy ->
|
||||||
|
|
Loading…
Reference in New Issue