Skip to content

Commit 186b03f

Browse files
committed
Bump JMH Plugin to 0.7.3 & adjust build.gradle
1 parent 6bc940d commit 186b03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("jacoco")
66
id("maven-publish")
77
id("ru.vyarus.animalsniffer") version "2.0.1"
8-
id("me.champeau.gradle.jmh") version "0.5.3"
8+
id("me.champeau.jmh") version "0.7.3"
99
id("com.github.hierynomus.license") version "0.16.1"
1010
id("biz.aQute.bnd.builder") version "6.4.0"
1111
id("com.vanniktech.maven.publish") version "0.32.0"
@@ -140,8 +140,8 @@ jmh {
140140
jvmArgsAppend = ["-Djmh.separateClasspathJAR=true"]
141141

142142
if (project.hasProperty("jmh")) {
143-
include = [".*" + project.jmh + ".*"]
144-
logger.info("JMH: {}", include)
143+
includes = [".*" + project.jmh + ".*"]
144+
logger.info("JMH: {}", includes)
145145
}
146146
}
147147

0 commit comments

Comments
 (0)