mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-04 08:49:22 +00:00
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 {
|
||||
attributesSchema { schema ->
|
||||
schema.attribute(Bundling.BUNDLING_ATTRIBUTE) { matchStrategy ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user