'gradle error java.lang.NoClassDefFoundError: org/gradle/api/specs/Spec when trying to run unit-tests

I have a gradle based spring boot project. When I would like to run the tests an error message like this appears:

gradle-resources-test:my-project.my-module.test: java.lang.NoClassDefFoundError: org/gradle/api/specs/Spec

What can I do to find out more about the problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source