mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
ENT-4595: Don't change existing archive classifiers for test artifacts. (#5803)
This commit is contained in:
parent
f9eda81b4d
commit
79b41fe5ed
@ -149,9 +149,7 @@ quasar {
|
|||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
testArtifacts testJar
|
testArtifacts testJar
|
||||||
publish testJar {
|
publish testJar
|
||||||
archiveClassifier = "test"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scanApi {
|
scanApi {
|
||||||
|
@ -59,9 +59,7 @@ task testJar(type: Jar) {
|
|||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
testArtifacts testJar
|
testArtifacts testJar
|
||||||
publish testJar {
|
publish testJar
|
||||||
archiveClassifier = "test"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
Loading…
Reference in New Issue
Block a user