Error when reporting test failures with Gradle 8.13+: ClassNotFoundException: ....internal.....TestFailure
#1861
Labels
bug
Something isn't working
Description
Paparazzi uses
org.gradle.api.internal.tasks.testing.junit.result.TestFailure
This class is internal and was removed in Gradle 8.13
See this PR:
https://github.com/gradle/gradle/pull/31401/files#diff-91fb30fd637e4b6b14bc72aeb51c98b0b4c135e49804eef830134888b0ba0384
Steps to Reproduce
Run
verifyPaparazziDebug
with a test that should fail with using gradle 8.13Expected behavior
Outputs a normal test report showing the failed test.
Actual
Fails with the error:
Additional information:
1.3.5
15.3
35
8.13
8.9.0
The text was updated successfully, but these errors were encountered: