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