Hi, I am new to gradle while running command eas b...
# community-support
m
Hi, I am new to gradle while running command eas build --platform android in project, am getting the below error. need assistance to sort this
Copy code
Running 'gradlew :app:bundleRelease' in /home/expo/workingdir/build/android
2
Downloading <https://services.gradle.org/distributions/gradle-7.5.1-all.zip>
3
10%
4
20%.
5
30%.
6
40%
7
50%.
8
60%.
9
70%
10
80%.
11
90%
12
100%
13
Welcome to Gradle 7.5.1!
14
Here are the highlights of this release:
15
- Support for Java 18
16
- Support for building with Groovy 4
17
- Much more responsive continuous builds
18
- Improved diagnostics for dependency resolution
19
For more details see <https://docs.gradle.org/7.5.1/release-notes.html>
20
To honour the JVM settings for this build a single-use Daemon process will be forked. See <https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html#sec:disabling_the_daemon>.
21
Daemon will be stopped at the end of the build
22
FAILURE: Build failed with an exception.
23
* What went wrong:
24
A problem occurred configuring root project 'Learning'.
25
> Could not determine the dependencies of null.
26
   > Could not resolve all task dependencies for configuration ':classpath'.
27
      > Could not find com.facebook.react:react-native-gradle-plugin:.
28
        Required by:
29
            project :
30
      > Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:.
31
        Required by:
32
            project :
33
* Try:
34
> Run with --stacktrace option to get the stack trace.
35
> Run with --info or --debug option to get more log output.
36
> Run with
37
--scan to get full insights.
38
* Get more help at <https://help.gradle.org>
39
BUILD FAILED in 38s
40
Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.