This message was deleted.
# community-support
s
This message was deleted.
a
hi 👋 What commands are you running to trigger that error? What version of Gradle are you using? What's the output of
./gradlew --version
?
m
That's a known issue, typically caused by two builds (or build and ide sync) running in parallel. Rebuilding with rerun-tasks switch usually helps: https://github.com/gradle/gradle/issues/20830#issuecomment-1132970862
🙌 1
g
@Adam Hey, I just checked, The gradle repository uses gradle 8.4. Does this issue correlate with gradle versions too? I'm using
./gradlew.bat build
which leads to this error
Thanks @Mikhail Lopatkin! Re-running the tasks solved the problem