temporarily include just the new tests so we can publish SNAPSHOTS for others to use

This commit is contained in:
Steve Ebersole 2019-09-13 14:30:10 -05:00 committed by Andrea Boriero
parent 648dd3d2ed
commit 50ba882b2d

View File

@ -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 {