-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running ./gradlew clean test
fails with Gradle 8.12
#721
Comments
Previously parent directory hasn't been creating for an arguments file Fixes #721
Is this issue been resolved? I get the same issue when running I also get following problem report
Kover Gradle Plugin version: 0.9.0 |
@mudasar187 , it's resolved but not released yet. Fix for #716 is also ready to release. |
Thank you! I have severeal projects waiting for upgrade :) And again, thank you! keep ut the good work! |
Fixed in |
Describe the bug
With Gradle 8.12, running
fails with the following error:
It works with Gradle 8.11 or by running
./gradlew clean
or./gradlew test
separately in Gradle 8.12.Errors
Expected behavior
./gradlew clean test
should work successfully in Gradle 8.12.Reproducer
run
./gradlew clean test
with Gradle 8.12 in Kotlin/JVM multi-module projects.Reports
If applicable, report files or screenshots.
Environment
The text was updated successfully, but these errors were encountered: