mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +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 {
|
||||
dependsOn "build${platform.name}"
|
||||
platforms.each {
|
||||
dependsOn it
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -150,7 +152,9 @@ artifactory {
|
||||
}
|
||||
|
||||
defaults {
|
||||
publications 'linux-x86_64'
|
||||
platforms.each {
|
||||
publications it.name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user