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

View File

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