I am working on a school project but suddenly my ability to run my test cases has disappeared. Here is the error message:
Starting Gradle Daemon...
Gradle Daemon started in 1 s 149 ms
Task :compileJava NO-SOURCE
Task :processResources NO-SOURCE
Task :classes UP-TO-DATE
Task :compileTestJava NO-SOURCE
Task :processTestResources NO-SOURCE
Task :testClasses UP-TO-DATE
Task :test NO-SOURCE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
I am unsure of what is wrong, I see that the deprecated gradle features are there but I don't know why it suddenly stopped working when it was fine quite literally the day before.