groovy / groovy-android-gradle-plugin

A Gradle plugin to support the Groovy language for building Android apps
Apache License 2.0
850 stars 116 forks source link

Plugin incompatible with Gradle 8.0 #179

Open dariuszseweryn opened 2 years ago

dariuszseweryn commented 2 years ago

What kind of issue is this?

Hello, I recently updated my project to Gradle 7 and found out I still get deprecation warnings. After running my build with --warning-mode all I have seen:

The AbstractCompile.destinationDir property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the destinationDirectory property instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.3.3/userguide/upgrading_version_7.html#compile_task_wiring

Which may be caused by usage of destinationDir in groovy-android-gradle-plugin. Apparently Gradle has deprecated destinationDir in compile task.

The feature request would be to make the plugin use Gradle 7 for build and being compatible with Gradle 8.

kuiper-lee commented 2 years ago

邮件我已经收到