Skip to content

Commit

Permalink
Upgrade JMH Gradle plugin version. (#341)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
blackwinter committed Feb 16, 2024
1 parent 8567e46 commit 8a09c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafix/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'maven-publish'
id 'me.champeau.jmh' version '0.6.6'
id 'me.champeau.jmh' version '0.7.2'
}

def passSystemProperties = {
Expand Down

0 comments on commit 8a09c09

Please sign in to comment.