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