SyntaxFix
Write A Post
Hire A Developer
Questions
When I use junit5, it's working. But every time I execute gradle --clean, I get Class not found error. Then I add this to build.gradle to resolve my problem and I can still use junit4:
gradle --clean
Class not found
test { }