You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way you expect it to, use Stack
Overflow with the android-groovy tag.
Bug report. If you’ve found a bug, spend the time to write a failing test. Bugs with tests
get fixed. See here
for some example tests.
Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
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:
What kind of issue is this?
Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way you expect it to, use Stack
Overflow with the android-groovy tag.
Bug report. If you’ve found a bug, spend the time to write a failing test. Bugs with tests
get fixed. See here
for some example tests.
Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
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:Which may be caused by usage of
destinationDir
ingroovy-android-gradle-plugin
. Apparently Gradle has deprecateddestinationDir
incompile
task.The feature request would be to make the plugin use Gradle 7 for build and being compatible with Gradle 8.
The text was updated successfully, but these errors were encountered: