-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Ionic/Cordova Steps to reproduce
Expected resultsBuild successed Actual resultsFAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 4s Build failed :| Build id (optional)64e3d8822eb0f2b7c1839708 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello @BorisB Can you VNC connect to the build machine, open Android Studio, install the necessary Android Build Tools version (33.0.2) and try running the build command again. If the build is successful then we'll proceed with necessary changes to our build machines. |
Beta Was this translation helpful? Give feedback.
-
@kulakarla is that possible change gradle version ? Because cordova 12 uses gradle 7.6. |
Beta Was this translation helpful? Give feedback.
Run this script before you build to install the right build tools automatically every time. Due to it being a fairly niche Ionic issue, we'll not be updating all machines just yet.
If you encounter a Java XmlSchema error, use an older version. E.g in the YAML under environment, declare
java: 1.8
to use Java 8.