dc5660d98c
Gradle 8 has removed "validate-external-gradle-plugin" plugin which we used before to run validate task inputs proper annotations. With this change, every Gradle dependency that is not published as a Gradle plugin but uses Gradle API types is also running 'validatedPlugins' task registered manually via a build script. ^KT-59827 Fixed