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
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
It seems like your failure is network related. Have you investigated why this is happening?
Is jdk8 support for a react native project "officially" ending?
Not really. But AGP 7.x is requiring JDK11. Therefore if we want to use the latest Android APIs we're forced to have JDK to version 11. We could potentially re-add JDK8 to the Docker image, but I doubt that will help your specific scenario.
We have to use v4 of the docker image inside our pipeline.
I noticed that the dockerfile has removed jdk8 and is using jdk11.
Is jdk8 support for a react native project "officially" ending?
3c5a834#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557
Below is the error portion of the console when we invoke: gradlew app:assembleRelease
FAILURE: Build failed with an exception.
A problem occurred configuring project ':react-native-document-picker'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1m 10s
The text was updated successfully, but these errors were encountered: