./gradlew check
Downloading https://services.gradle.org/distributions/gradle-8.0-bin.zip
...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%
Welcome to Gradle 8.0!
For more details see https://docs.gradle.org/8.0/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':subproject:test'.
> Could not create task ':subproject:jmhJar'.
> You can't map a property that does not exist: propertyName=classifier
Describe the bug
After upgrading from gradle 7.6 to 8.0 jmh fails
To Reproduce