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

Provide better error message when applying `cpp-library` and `cpp-application` together #988

Closed lacasseio closed 5 years ago

lacasseio commented 5 years ago

Expected Behavior

The error message should be more informative to diagnose when went wrong.

Current Behavior

Cryptic message how those plugins don't interact with each other.

Context

See https://github.com/gradle/gradle-native/issues/987

lacasseio commented 5 years ago

Actually this is a duplicate of https://github.com/gradle/gradle-native/issues/216