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

Libraries that target macOS and published with older versions of Gradle should be resolved correctly #943

Closed adammurdoch closed 5 years ago

adammurdoch commented 5 years ago

It looks like we recently changed the value of the 'operating system' attribute on macOS, meaning that libraries published with older versions cannot be resolved any more as the values no longer match.

We might just document with the breakage, or change the value back or add a compatibility rule to say 'macos' is ok to use when 'macOS' has been requested.

big-guy commented 5 years ago

We'll change it back since it doesn't really matter.

big-guy commented 5 years ago

@adammurdoch does it make sense that String attributes are case sensitive?

big-guy commented 5 years ago

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