mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 12:14:47 +00:00
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) {
|
task testJar(type: Jar, dependsOn: compileJava) {
|
||||||
from sourceSets.test.allSource
|
from sourceSets.test.allSource
|
||||||
classifier = 'test'
|
classifier = 'tests'
|
||||||
}
|
}
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user