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

Handle dimension uniformly between native plugins #954

Closed lacasseio closed 5 years ago

lacasseio commented 5 years ago

Expected Behavior

All dimension handling code should be reused between native plugins.

Current Behavior

The code building the native variant identity is duplicated in all native plugins.

Context

Steps to Reproduce (for bugs)

Your Environment

big-guy commented 5 years ago

related #464

lacasseio commented 5 years ago

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