gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Can publish/consume architecture-specific artifacts #915

Closed ghale closed 5 years ago

ghale commented 5 years ago

Split off from #777. We should be able to publish and consume artifacts with architecture-specific variants.

This should mostly be additional test coverage beyond what currently exists.

ghale commented 5 years ago

PR: https://github.com/gradle/gradle/pull/7651