:wave: Hello, team! i am working on the react-nati...
# community-support
a
👋 Hello, team! i am working on the react-native project my project is working fine but i closed it on last friday but i am try to run it today i shows error : "Could not determine the dependencies of null.
Could not resolve all dependencies for configuration 'classpath'.
> The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility" can any one help am not able to resolve this
v
It is rather unlikely that the behavior changed without changing the code. Maybe one of your dependencies changed? Afair with R/N the dependencies are incorporated source-wise into the build, so maybe there was some incompatible change.
Can you share a build
--scan
URL? Maybe it contains helpful information.
a
sure
v
Please don't use "Also send to channel" for such thread-dedicated answers.
a
(node:26312) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Use
node --trace-deprecation ...
to show where the warning was created) info Installing the app... info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of null.
Could not resolve all dependencies for configuration 'classpath'.
> The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility * 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.
* Get more help at https://help.gradle.org BUILD FAILED in 3s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of null. > Could not resolve all dependencies for configuration 'classpath'. > The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility * 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. * Get more help at https://help.gradle.org BUILD FAILED in 3s. info Run CLI with --verbose flag for more details.
can anyone suggest to it
v
So, can you share a build
--scan
URL?
a
i shared it above
v
No you didn't. That is not an URL. It is build output and the output recommends to use
--scan
which means no build scan was generated.
a
it;s not running
can you please tell me the complete command
v
I have no idea how you give Gradle parameters through R/N toolchain, I don't use R/N
a
ok so how can i conflict this problem any suggestion?