mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
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:
parent
20bd5d9647
commit
ce4bbfc422
@ -149,6 +149,9 @@ quasar {
|
|||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
testArtifacts testJar
|
testArtifacts testJar
|
||||||
|
publish testJar {
|
||||||
|
archiveClassifier = "test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
scanApi {
|
scanApi {
|
||||||
|
@ -59,6 +59,9 @@ task testJar(type: Jar) {
|
|||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
testArtifacts testJar
|
testArtifacts testJar
|
||||||
|
publish testJar {
|
||||||
|
archiveClassifier = "test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user