Skip to content

Conversation

@deep4nsh
Copy link

@deep4nsh deep4nsh commented Jan 7, 2025

No description provided.

name: String
) : BenchmarkTarget(extension, name) {
var jmhVersion: String = (extension.project.findProperty("benchmarks_jmh_version") as? String) ?: "1.21"
var jmhVersion: String = providers.gradleProperty("benchmarks_jmh_version").orNull ?: "1.21"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this code compiles?

@fzhinkin
Copy link
Collaborator

fzhinkin commented Jan 7, 2025

Please add a regression test reproducing the original issue, if possible.
You can check tests in the integration module for examples.

@fzhinkin fzhinkin closed this Apr 30, 2025
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

Successfully merging this pull request may close these issues.

2 participants