I'm getting this error in CI with Gradle 8.12 and ...
# kotest
e
I'm getting this error in CI with Gradle 8.12 and Kotest 5.9.1:
Copy code
Execution failed for task ':kotest'.                                         │
> 'org.gradle.process.internal.DefaultExecActionFactory                      │
org.gradle.process.internal.DefaultExecActionFactory.of(org.gradle.api.inter │
nal.file.FileResolver, org.gradle.api.internal.file.FileCollectionFactory,   │
org.gradle.internal.concurrent.ExecutorFactory,                              │
org.gradle.api.internal.file.temp.TemporaryFileProvider)'
https://github.com/kotest/kotest-gradle-plugin/issues/58
@sam The people at Gradle said > The implementation uses many internal factories but should use injection of the services. Don’t try to be „smarter“ by creating the service yourself but let Gradle handle it. Also, it access the project in the task action. Also, the builds appear to be failing due to a version incompatibility: > Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.6.0.
s
This will shortly be replaced with a new plguin we're working on