melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
667 stars 88 forks source link

Usage of depricated setCanBeResolved(true) #254

Closed sergeykad closed 1 year ago

sergeykad commented 1 year ago

During the build, Gradle complains about the following:

The resolvable usage is already allowed on configuration ':my-module:jmhRuntimeClasspath'. This behavior has been deprecated. This behavior is scheduled to be removed in Gradle 9.0. Remove the call to setCanBeResolved(true), it has no effect. Consult the upgrading guide for further information: https://docs.gradle.org/8.2/userguide/upgrading_version_8.html#redundant_configuration_usage_activation

To Reproduce Steps to reproduce the behavior:

  1. Run build with JMH plugin
Goooler commented 1 year ago

This had been fixed in #252.