mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +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 {
|
||||
testArtifacts testJar
|
||||
publish testJar {
|
||||
archiveClassifier = "test"
|
||||
}
|
||||
publish testJar
|
||||
}
|
||||
|
||||
scanApi {
|
||||
|
@ -59,9 +59,7 @@ task testJar(type: Jar) {
|
||||
|
||||
artifacts {
|
||||
testArtifacts testJar
|
||||
publish testJar {
|
||||
archiveClassifier = "test"
|
||||
}
|
||||
publish testJar
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
Reference in New Issue
Block a user