HHH-5880 needs to use classifier "tests" not "test"
This commit is contained in:
parent
79e9a77d4e
commit
9f992cd6d0
|
@ -48,7 +48,7 @@ ideaModule {
|
|||
|
||||
task testJar(type: Jar, dependsOn: compileJava) {
|
||||
from sourceSets.test.allSource
|
||||
classifier = 'test'
|
||||
classifier = 'tests'
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
|
Loading…
Reference in New Issue