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 6bc940d commit 186b03fCopy full SHA for 186b03f
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id("jacoco")
6
id("maven-publish")
7
id("ru.vyarus.animalsniffer") version "2.0.1"
8
- id("me.champeau.gradle.jmh") version "0.5.3"
+ id("me.champeau.jmh") version "0.7.3"
9
id("com.github.hierynomus.license") version "0.16.1"
10
id("biz.aQute.bnd.builder") version "6.4.0"
11
id("com.vanniktech.maven.publish") version "0.32.0"
@@ -140,8 +140,8 @@ jmh {
140
jvmArgsAppend = ["-Djmh.separateClasspathJAR=true"]
141
142
if (project.hasProperty("jmh")) {
143
- include = [".*" + project.jmh + ".*"]
144
- logger.info("JMH: {}", include)
+ includes = [".*" + project.jmh + ".*"]
+ logger.info("JMH: {}", includes)
145
}
146
147
0 commit comments