mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 02:58:05 +00:00
temporarily include just the new tests so we can publish SNAPSHOTS for others to use
This commit is contained in:
parent
648dd3d2ed
commit
50ba882b2d
@ -204,6 +204,9 @@ tasks.withType( Test.class ).each { test ->
|
||||
if ( project.name != 'hibernate-testing' ) {
|
||||
test.dependsOn ':hibernate-testing:test'
|
||||
}
|
||||
|
||||
// todo (6.0) : temporarily include just the new tests so we can publish SNAPSHOTS for others to use
|
||||
test.include 'org/hibernate/orm/test/**'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
Loading…
x
Reference in New Issue
Block a user