native-build-tools
native-build-tools copied to clipboard
Remove deprecated Gradle features
ATM there is a lot of forUseAtConfigurationTime
, JavaPluginConvention
etc. scattered throughout Native Gradle Plugin.
We should get rid of them before the Gradle 8.0 release (whenever that might be).
It seems that we would need to drop the support for Gradle 6.x in order to do this properly. As I'm not sure when this will be safe to do, we'll have to discuss this, and postpone this change for some later release.
before the Gradle 8.0 release (whenever that might be).
FYI, there's https://docs.gradle.org/8.0-rc-1/release-notes.html by now.
Was done as part of 0.9.21