We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf758ea commit bb03cdfCopy full SHA for bb03cdf
build.gradle
@@ -340,7 +340,6 @@ configure([rootProject] + javaProjects) { project ->
340
testCompile("org.mockito:mockito-core")
341
testCompile("org.mockito:mockito-junit-jupiter")
342
testCompile("io.mockk:mockk")
343
- testCompile("org.hamcrest:hamcrest")
344
testCompile("org.assertj:assertj-core")
345
// Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
346
testRuntime("org.junit.platform:junit-platform-launcher")
@@ -415,4 +414,3 @@ configure(rootProject) {
415
414
}
416
417
418
-
0 commit comments