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

Implement binary publishing in C++ plugin with public APIs only. #937

Open big-guy opened 5 years ago

big-guy commented 5 years ago

As a step towards detangling things (#645), we should attempt to implement the publishing for C++ plugins in terms of public APIs only. The "UsageContext" thing we pass around seems weird.