Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jvmBenchmarkJar task creates a JAR file that has "JMH" in both base and classifier parts of the file name #169

Open
qurbonzoda opened this issue Nov 29, 2023 · 2 comments

Comments

@qurbonzoda
Copy link
Collaborator

Consider removing "JMH" either from the base or the classifier part of the archive name.

@fzhinkin
Copy link
Contributor

It is specific to older JMH versions, isn't it?

@qurbonzoda
Copy link
Collaborator Author

I am not sure if the issue is affected by JMH version.
The jar name is configured the following way:

archiveClassifier.set("JMH")
archiveBaseName.set("${project.name}-${target.name}-jmh")

Perhaps, removing one of the "jmh" will do the job. Or the archiveFileName can be set explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants