native-build-tools icon indicating copy to clipboard operation
native-build-tools copied to clipboard

Remove deprecated Gradle features

Open lazar-mitrovic opened this issue 2 years ago • 1 comments

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).

lazar-mitrovic avatar Jun 29 '22 16:06 lazar-mitrovic

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.

lazar-mitrovic avatar Aug 11 '22 16:08 lazar-mitrovic

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.

sschuberth avatar Jan 10 '23 19:01 sschuberth

Was done as part of 0.9.21

melix avatar Apr 26 '23 06:04 melix