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
I was being able to use correctly the plugin until one hour ago, but now Phonegap Build is throwing an error. I believe it's related to the last update.
The error I'm getting is:
BUILD FAILED
Total time: 20.721 secs
Error: /var/gimlet/tmp/46968145428140/2329109/gradlew: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/var/gimlet/tmp/46968145428140/2329109/src/org/pushandplay/cordova/apprate/AppRate.java:45: error: lambda expressions are not supported in -source 1.6
request.addOnCompleteListener(task -> {
^
(use -source 8 or higher to enable lambda expressions)
1 error
FAILURE: Build failed with an exception.
Any idea if there is anything I can to to fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I was being able to use correctly the plugin until one hour ago, but now Phonegap Build is throwing an error. I believe it's related to the last update.
The error I'm getting is:
Any idea if there is anything I can to to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: