HHH-8733 - General build cleanup - hibernate-testing

This commit is contained in:
Steve Ebersole 2013-11-26 16:37:12 -06:00
parent 88c811bead
commit b692fbc307
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ task testingJar(type: Jar, dependsOn: compileTestJava) {
include 'org/hibernate/testing/**'
include 'org/hibernate/testing/*'
classifier = 'testing'
includeEmptyDirs = false
}
// allow other modules to use it