Add JUnit 5 Jupiter dependencies to the testDependencies Gradle build extension in the DependencySet Gradle Plugin.
This commit is contained in:
@@ -55,6 +55,8 @@ class DependencySetPlugin implements Plugin<Project> {
|
||||
|
||||
project.ext.testDependencies = [
|
||||
"junit:junit",
|
||||
"org.junit.jupiter:junit-jupiter-api",
|
||||
"org.junit.vintage:junit-vintage-engine",
|
||||
"org.assertj:assertj-core",
|
||||
"org.mockito:mockito-core",
|
||||
"org.projectlombok:lombok",
|
||||
|
||||
Reference in New Issue
Block a user