This message was deleted.
# community-support
s
This message was deleted.
a
the important bit is “Plugin with id ‘maven’ not found” https://discuss.gradle.org/t/plugin-with-id-maven-not-found/39621
2
p
thank you , I will try that solution.
1
v
That is one of the important bits. The other is "compileSdkVersion is not specified"
👍 1
p
@Adam As I am building with Expo I am not seeing
build.gradle
on local , any way to upgrade Gradle from expo deployment?
v
If you are not directly dealing with Gradle but using some tool that just uses Gradle underneath, you should probably go to some community about that tool
I for example never have heard about Expo at all
p
oh okay, thank you
👌 1
a
I don’t know about Expo, but if the
build.gradle
is being generated by some other tool, and that generated file is specifying an older Gradle plugin (
maven
), then you probably want to downgrade Gradle to 7 or lower (since the
maven
plugin was removed in Gradle v8)
but your log mentions Android Gradle Plugin 8.0. The AGP version is roughly linked to the Gradle version (so AGP 8 should be used with Gradle 8, and AGP 7 with Gradle 7). So you probably want to change AGP to be v7 or lower too.
btw the log link you shared isn’t visible https://expo.dev/accounts/pechi77/projects/Stories/builds/64fbce27-6006-4f6d-b0f3-f7ac61faafeb#run-gradlew, all I see is
Something went wrong.
No internal distribution build exists at this URL
v
He should probabyl really ask in the Expo Forums or on the Expo Discord server where Expo users and experts hopefully can tell how to use Expo properly. 🙂
🙌 1
I will check with expo community as well, thank you
a
does that link work if you open it in an incognito window?
it doesn’t work for me still - but that’s okay, I don’t need to see it. I was just saying in case you need to share it with someone who does need to see it :)
p
its not working in incognito
c
Please don’t delete messages it orphans the discussion and creates noise/confusion.