Open abstratt opened 1 month ago
Please, avoid accessing Task.project from task action. This is going to be deprecated in Gradle 8.12, and forbidden in a future release.
Task.project
Some occurrences:
https://github.com/nebula-plugins/gradle-lint-plugin/blob/221218a91f61f715f10a6e9fdebcfcbc844fde01/src/main/groovy/com/netflix/nebula/lint/plugin/LintGradleTask.groovy#L60
https://github.com/nebula-plugins/gradle-lint-plugin/blob/221218a91f61f715f10a6e9fdebcfcbc844fde01/src/main/groovy/com/netflix/nebula/lint/plugin/FixGradleLintTask.groovy#L58
See: https://github.com/gradle/gradle/issues/30860
Please, avoid accessing
Task.project
from task action. This is going to be deprecated in Gradle 8.12, and forbidden in a future release.Some occurrences:
https://github.com/nebula-plugins/gradle-lint-plugin/blob/221218a91f61f715f10a6e9fdebcfcbc844fde01/src/main/groovy/com/netflix/nebula/lint/plugin/LintGradleTask.groovy#L60
https://github.com/nebula-plugins/gradle-lint-plugin/blob/221218a91f61f715f10a6e9fdebcfcbc844fde01/src/main/groovy/com/netflix/nebula/lint/plugin/FixGradleLintTask.groovy#L58
See: https://github.com/gradle/gradle/issues/30860