We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f846e1 + 32e43a2 commit c3fffddCopy full SHA for c3fffdd
build.gradle.kts
@@ -5,7 +5,7 @@ val applicationStartClass = "com.imanushin.use.performance.StartKt"
5
plugins {
6
java
7
kotlin("jvm") version embeddedKotlinVersion
8
- alias(libs.plugins.me.champeau.gradle.jmh)
+ alias(libs.plugins.me.champeau.jmh)
9
alias(libs.plugins.com.github.ben.manes.versions)
10
}
11
gradle/libs.versions.toml
@@ -1,8 +1,8 @@
1
[versions]
2
-jmh = "1.23"
+jmh = "1.37"
3
4
[libraries]
[plugins]
-me-champeau-gradle-jmh = { id = "me.champeau.gradle.jmh", version = "0.5.3" }
+me-champeau-jmh = { id = "me.champeau.jmh", version = "0.7.2" }
com-github-ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.50.0" }
0 commit comments