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 1c5b949 commit 3c4cd99Copy full SHA for 3c4cd99
build.gradle
@@ -347,6 +347,8 @@ configure([rootProject] + javaProjects) { project ->
347
testRuntime("org.apache.logging.log4j:log4j-core")
348
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl")
349
testRuntime("org.apache.logging.log4j:log4j-jul")
350
+ // Hamcrest is needed at test runtime by third-party libraries
351
+ testRuntime("org.hamcrest:hamcrest")
352
// JSR-305 only used for non-required meta-annotations
353
compileOnly("com.google.code.findbugs:jsr305")
354
testCompileOnly("com.google.code.findbugs:jsr305")
0 commit comments