The JMH Gradle Plugin adds an implicit dependency on the test classes when includeTests is true (default).
In order for Gradle acknowledge this dependency and work well with the configure-on-demand feature enabled, the JMH Gradle Plugin should register this task dependency.
The JMH Gradle Plugin adds an implicit dependency on the test classes when
includeTests
istrue
(default). In order for Gradle acknowledge this dependency and work well with the configure-on-demand feature enabled, the JMH Gradle Plugin should register this task dependency.Fixes #203