mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
Add test exclusion property handling to jakarta module
This commit is contained in:
parent
2e1f7b5d89
commit
e5a78f0ee5
@ -279,6 +279,12 @@ test {
|
||||
}
|
||||
|
||||
maxHeapSize = '3G'
|
||||
// Allow to exclude specific tests
|
||||
if (project.hasProperty('excludeTests')) {
|
||||
filter {
|
||||
excludeTestsMatching project.property('excludeTests').toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user