Skip to content

Commit 8a09c09

Browse files
committed
Upgrade JMH Gradle plugin version. (#341)
Creating configurations with reserved names has been deprecated and will fail with an error in Gradle 9.0. See: https://docs.gradle.org/8.6/userguide/building_java_projects.html#sec:implicit_sourceset_configurations
1 parent 8567e46 commit 8a09c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafix/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'maven-publish'
3-
id 'me.champeau.jmh' version '0.6.6'
3+
id 'me.champeau.jmh' version '0.7.2'
44
}
55

66
def passSystemProperties = {

0 commit comments

Comments
 (0)