gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
679 stars 97 forks source link

Unhandled error in Gradle post-action - job will continue #814

Closed Goooler closed 11 months ago

Goooler commented 1 year ago
Unhandled error in Gradle post-action - job will continue: Error: ENOENT: no such file or directory, realpath '/home/runner/.gradle/caches/8.2.1/scripts/b8760wa39hrc1figg37l7utxc'

See this error at https://github.com/Goooler/DemoApp/actions/runs/5619317136

yogurtearl commented 1 year ago

Possible workaround in this issue: https://github.com/gradle/gradle-build-action/issues/832

bigdaz commented 11 months ago

Since you have gradle-home-cache-cleanup enabled, I'm going to close this as a duplicate of #858