Anyone else having issues with their GitHub Action...
# community-support
t
Anyone else having issues with their GitHub Actions builds? Mine just started failing with this:
Copy code
FAILURE: Build failed with an exception.

* Where:
Settings file '/home/runner/work/automotive-design-compose/automotive-design-compose/settings.gradle.kts' line: 41

* What went wrong:
Error resolving plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.8.0']
> A problem occurred configuring project ':plugins'.
   > Could not resolve all files for configuration ':plugins:classpath'.
      > Failed to transform build-logic.jar (project :build-logic) to match attributes {artifactType=jar, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.internal.hierarchy-collected=false, org.gradle.internal.instrumented=instrumented-project-dependency, org.gradle.jvm.environment=standard-jvm, org.gradle.jvm.version=17, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=jvm}.
         > Immutable workspace contents have been modified: /home/runner/.gradle/caches/transforms-4/a111433840070af9baab49cbb186f7ea. These workspace directories are not supposed to be modified once they are created. Deleting the directory in question can allow the content to be recreated.
This is happening for all of my builds and I don't have any commits in the past week that would affect this
e
You can upgrade to Gradle 8.7 where this was moved to a warning and will no longer cause the build to fail.