mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
Add all platform/arch configurations to artifactory publishable set
This commit is contained in:
parent
7e68630136
commit
1258d6cde0
@ -45,7 +45,9 @@ model {
|
|||||||
}
|
}
|
||||||
|
|
||||||
assemble {
|
assemble {
|
||||||
dependsOn "build${platform.name}"
|
platforms.each {
|
||||||
|
dependsOn it
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -150,7 +152,9 @@ artifactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaults {
|
defaults {
|
||||||
publications 'linux-x86_64'
|
platforms.each {
|
||||||
|
publications it.name
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user