From 683fe9ed705b7977deab3bd62b06e0f394acb366 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 8 Sep 2019 15:15:30 +0200 Subject: [PATCH] Update comment See gh-23604 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2046c18574..d092a86149 100644 --- a/build.gradle +++ b/build.gradle @@ -352,7 +352,7 @@ configure([rootProject] + javaProjects) { project -> testRuntime("org.apache.logging.log4j:log4j-core") testRuntime("org.apache.logging.log4j:log4j-slf4j-impl") testRuntime("org.apache.logging.log4j:log4j-jul") - // Hamcrest is needed at test runtime by third-party libraries + // Workaround for https://github.com/junit-team/junit5/issues/2004 testRuntime("org.hamcrest:hamcrest") // JSR-305 only used for non-required meta-annotations compileOnly("com.google.code.findbugs:jsr305")