Christian/ent 4595 publish test artifacts (#5795)

* ENT-4595 Publish test artifacts for core and serialization

* Revert changes to Project.xml
This commit is contained in:
Christian Sailer 2019-12-09 17:34:23 +00:00 committed by Matthew Nesbit
parent 20bd5d9647
commit ce4bbfc422
2 changed files with 6 additions and 0 deletions

View File

@ -149,6 +149,9 @@ quasar {
artifacts {
testArtifacts testJar
publish testJar {
archiveClassifier = "test"
}
}
scanApi {

View File

@ -59,6 +59,9 @@ task testJar(type: Jar) {
artifacts {
testArtifacts testJar
publish testJar {
archiveClassifier = "test"
}
}
jar {