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

Fix deprecation warnings in Android plugin #885

Closed ghale closed 5 years ago

ghale commented 5 years ago

We're getting some deprecation warnings with the Android plugin in 5.0 when getting the IDE model using the tooling API due to configuration resolution without the project lock. We should probably disable the mutation checks any time we're doing something other than a build.

big-guy commented 5 years ago

lenient locking or whatever we talked about

big-guy commented 5 years ago

only fix the tooling model builders

ghale commented 5 years ago

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

ghale commented 5 years ago

PR to move the lenient locking to the tooling model builder registry: https://github.com/gradle/gradle/pull/7342