You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/09/06 13:03:29 UTC

[GitHub] [cordova] breautek commented on issue #341: cordova-android-11 build error

breautek commented on issue #341:
URL: https://github.com/apache/cordova/issues/341#issuecomment-1238122191

   The issue is inside a third-party plugin, cordova-plugin-badge
   
   It's because in it's gradle file it includes, it is using `compile` which has been deprecated by Gradle for some time now. Plugins that uses gradle should use `implementation` instead.
   
   In it's tagged release, https://github.com/katzer/cordova-plugin-badge/blob/0.8.8/src/android/badge.gradle#L28 it still uses `compile`, but it is resolved in their master branch @ https://github.com/katzer/cordova-plugin-badge/blob/master/src/android/badge.gradle#L28
   
   You'll have to ask the plugin maintainers to make a release.
   
   Closing as it's not a bug with Cordova.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org