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 configuration instead of using XML files like Apache Maven.
Gradle configuration
We define the project configuration in Gradle using a build.gradle
file.
Get hands-on with 1400+ tech skills courses.