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

Disallow publishing when full set of variants is not known up-front #933

Open big-guy opened 5 years ago

big-guy commented 5 years ago

At the moment, we need to know all possible variants up front. Otherwise, when publishing for different variants could produce different top level metadata that hide available variants.

If we're building for host, we don't know what else will be produced.