1
0
mirror of https://github.com/hibernate/hibernate-orm synced 2025-03-08 10:49:37 +00:00

HHH-5880 needs to use classifier "tests" not "test"

This commit is contained in:
Sanne Grinovero 2011-01-28 16:36:19 -06:00
parent 79e9a77d4e
commit 9f992cd6d0

@ -48,7 +48,7 @@ ideaModule {
task testJar(type: Jar, dependsOn: compileJava) {
from sourceSets.test.allSource
classifier = 'test'
classifier = 'tests'
}
artifacts {