ENT-4595: Don't change existing archive classifiers for test artifacts. (#5803)

This commit is contained in:
Chris Rankin 2019-12-12 17:12:55 +00:00 committed by Matthew Nesbit
parent f9eda81b4d
commit 79b41fe5ed
2 changed files with 2 additions and 6 deletions

View File

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

View File

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