From fd70a9e95d416f80175f7ec21705528af12ec8ad Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 23 Nov 2020 17:42:49 +0100 Subject: [PATCH] Fix comment See gh-26140 --- gradle/ide.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/ide.gradle b/gradle/ide.gradle index 39eefb55c4..9b3e13caaf 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -64,7 +64,7 @@ eclipse.classpath.file.whenMerged { } // Ensure that JMH sources and resources are treated as test classpath entries -// so that they can see test dependencies such as JUnit Jupiter APIs. +// so that they can see test fixtures. // https://github.com/melix/jmh-gradle-plugin/issues/157 eclipse.classpath.file.whenMerged { entries.findAll { it.path =~ /src\/jmh\/(java|resources)/ }.each {