Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
08/12/2023, 8:54 AM
This message was deleted.
a
Adam
08/12/2023, 10:14 AM
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
Mikhail Lopatkin
08/12/2023, 11:21 AM
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
Gaurav Padam
08/13/2023, 8:31 AM
@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
Gaurav Padam
08/13/2023, 8:35 AM
Thanks
@Mikhail Lopatkin
! Re-running the tasks solved the problem
9
Views
Open in Slack
Previous
Next