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

Reduce variation when there is only one variant dimension of os/architecture #921

Closed ghale closed 5 years ago

ghale commented 5 years ago

Currently, if we specify multiple target platforms, we include all dimensions in the variant naming, even if a variant only has one value. For instance, if we specified linux x86 and linux x86_64, the variant naming would include "linux" even though that's the only operating system being built.

We should look at:

Also, tackle this issue as part of this work.

lacasseio commented 5 years ago

This issue may be a duplicate of https://github.com/gradle/gradle-native/issues/539

big-guy commented 5 years ago

covered by other issues