Skip to content

Commit

Permalink
Build: Bump Gradle JMH plugin from 0.5.3 to 0.6.6 (apache#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra authored Oct 27, 2021
1 parent b47ba1f commit 0e8f877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:5.14.1'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.3.0'
classpath 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
classpath 'me.champeau.jmh:jmh-gradle-plugin:0.6.6'
classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.4.1"
}
}
Expand Down
6 changes: 3 additions & 3 deletions jmh.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ if (sparkVersions.contains("3.2")) {
}

configure(jmhProjects) {
apply plugin: 'me.champeau.gradle.jmh'
apply plugin: 'me.champeau.jmh'

jmh {
jmhVersion = '1.32'
failOnError = true
forceGC = true
includeTests = true
humanOutputFile = file(jmhOutputPath)
include = [jmhIncludeRegex]
zip64 true
includes = [jmhIncludeRegex]
zip64 = true
}

jmhCompileGeneratedClasses {
Expand Down

0 comments on commit 0e8f877

Please sign in to comment.