Gradle execution failed for task ‘:test’ when changing sourceCompatibility and targetCompatibility from 1.8 to 13

Viewed 6108

Following error occurs when migrating from source and target compatibility from 1.8 to 13 FAILURE: Build failed with an exception. What went wrong: Execution failed for task ‘:test’. Failed to read class file C:\Users\FixedSizeFifoDoubleArrayTest.class

Tried changing sourceCompatibility = 1.8 targetCompatibility = 13

1 Answers
Related