We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b6ce8 commit 16b94eaCopy full SHA for 16b94ea
1 file changed
jmh/build.gradle
@@ -98,7 +98,7 @@ tasks.getByName('jmh').outputs.upToDateWhen { false }
98
99
// a trick: to get the classpath for a benchmark, create a configuration that depends on the benchmark, and
100
// then filter out the benchmark itself
101
-def caffeineClasspath = configurations.caffeineDeps.filter({f -> !f.toString().contains("caffeine-3.0.2")}).asPath
+def caffeineClasspath = configurations.caffeineDeps.filter({f -> !f.toString().contains("caffeine-3.2.3")}).asPath
102
def autodisposeClasspath = configurations.autodisposeDeps.filter({f -> !f.toString().contains("autodispose-2.1.0")}).asPath
103
def nullawayReleaseClasspath = configurations.nullawayReleaseDeps.filter({f -> !f.toString().contains("nullaway-0.9.7")}).asPath
104
0 commit comments