Browse Source

Update comment

See gh-23604
pull/23612/head
Sam Brannen 5 years ago
parent
commit
683fe9ed70
  1. 2
      build.gradle

2
build.gradle

@ -352,7 +352,7 @@ configure([rootProject] + javaProjects) { project -> @@ -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")

Loading…
Cancel
Save