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

This commit is contained in:
Sanne Grinovero 2011-01-28 16:36:19 -06:00 committed by JPAV
parent d0ef75f1ca
commit 9d3b6bbb1d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,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 {