mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
publish vm.pro as part of the classpath artifact
This commit is contained in:
parent
38d67216b5
commit
ea10178a55
@ -155,6 +155,12 @@ publishing {
|
|||||||
|
|
||||||
artifact(javadocJar)
|
artifact(javadocJar)
|
||||||
|
|
||||||
|
artifact("vm.pro") {
|
||||||
|
name "vm"
|
||||||
|
type "proguard"
|
||||||
|
extension "pro"
|
||||||
|
}
|
||||||
|
|
||||||
module "classpath-avian"
|
module "classpath-avian"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user