compile() deprecated since gradle 8.0 in /src/android/build/localnotification.gradle
See original GitHub issueWARNING: IF YOU IGNORE THIS TEMPLATE, WE’LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!
compile() deprecated since gradle 8.0 in /src/android/build/localnotification.gradle
You fixed this same error in another of your repositories https://github.com/katzer/cordova-plugin-badge/commit/8e870f7f358d9435180f92dba4d2fc3b7f52bb4f
I have requested a pull request for this https://github.com/katzer/cordova-plugin-local-notifications/pull/1978
Your Environment
- Plugin version: master
- Platform: all
- OS version: -
- Device manufacturer / model: -
- Cordova version (
cordova -v
): - - Cordova platform version (
cordova platform ls
): - - Plugin config
- Ionic Version (if using Ionic)
Expected Behavior
no error
Actual Behavior
Steps to Reproduce
run with capacitor
Reproduce this issue; include code to reproduce, if relevant
- …
- …
- …
- …
Context
What were you trying to do?
Debug logs
Include iOS / Android logs
- ios XCode logs
- Android: $ adb logcat
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:13
Top Results From Across the Web
Upgrading your build from Gradle 7.x to the latest
Starting with Gradle 7.6, non-strict accessors generation for Kotlin DSL precompiled script plugins has been deprecated. This will change in Gradle 8.0. Strict ......
Read more >Deprecated Gradle features were used in this build, making it ...
Run the Gradle build with a command line argument --warning-mode=all to see what exactly the deprecated features are.
Read more >Gradle implementation vs. compile dependencies - Tom Gregory
The compile dependency configuration has been removed in the recently released Gradle 7.0, and is deprecated in earlier versions.
Read more >Gradle: The CompileOptions ...
The CompileOptions.annotationProcessorGeneratedSourcesDirectory property has been deprecated. This is scheduled to be removed in Gradle 8.0.
Read more >Add build dependencies - Android Developers
Gradle adds the dependency to the compile classpath and build output, and exports the dependency to other modules. This configuration is deprecated (it's ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can already solve, with this other:
ionic cordova plugin add cordova-plugin-local-notification-12
As soon as I have some time I will do a test. However, I encourage you to comment on more details, such as if it happens on Android or iOS, include an image and share the error it gives. Surely they say something about the error on stackoverflow.
Cheers