Running JUnit5 Tests with Gradle
Learn to run the jUnit tests with Gradle.
We'll cover the following...
Gradle is a build automation tool that is similar to Apache Maven.
Gradle uses a Domain Specific Language (DSL). It uses Groovy to define the project ...