Donát Csikós
Donát Csikós
All built-in conventions are deprecated, but no deprecation logging is happening right now. The conventions in question: - ProjectReportsPluginConvention (https://github.com/gradle/gradle/pull/22085) - EarPluginConvention (https://github.com/gradle/gradle/pull/22082) - ApplicationPluginConvention (https://github.com/gradle/gradle/pull/22083) - WarPluginConvention (https://github.com/gradle/gradle/pull/22062) -...
🚫 BasePluginConvention is used by - Android plugin - kotlin-gradle-plugin
The [documentation](https://docs.gradle.org/current/userguide/custom_plugins.html#sec:precompiled_plugins) mentions that you can use package declarations to define qualified IDs for precompiled script plugins. This is only true, however, in the Kotlin script plugins. The IDs for...
The type will be removed in Gradle 8.0. https://github.com/bmuschko/gradle-tomcat-plugin/blob/570f445c038cd0ccc8066ebdaa35935b0214d084/plugin/src/main/groovy/com/bmuschko/gradle/tomcat/TomcatBasePlugin.groovy#L25
The type will be removed in Gradle 8.0. https://github.com/kdabir/glide/blob/e46d6691737827d88b42921f1b5cde206266ddb5/glide-gradle-plugin/src/glide/gradle/project/decorators/AfterEvaluateProjectConfigurator.groovy#L23
The type will be removed in Gradle 8.0. https://github.com/OpenLiberty/ci.gradle/blob/a5f46f503aaf60b54bdb5252f440f2bbcf0d0fff/src/main/groovy/io/openliberty/tools/gradle/utils/LooseWarApplication.groovy#L5
It would be nice if the newly created issue could appear on a GitHub project.