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.
1 parent 86dda43 commit d5aa424Copy full SHA for d5aa424
deezpatch-core/build.gradle.kts
@@ -25,9 +25,9 @@ dependencies {
25
}
26
27
jmh {
28
- jmhVersion = "1.35"
29
- humanOutputFile = layout.buildDirectory.file("reports/jmh/human.txt")
30
- resultsFile = layout.buildDirectory.file("reports/jmh/results.json")
+ jmhVersion = "1.37"
+ humanOutputFile = project.file("${project.buildDir}/reports/jmh/human.txt")
+ resultsFile = project.file("${project.buildDir}/reports/jmh/results.json")
31
resultFormat = "JSON"
32
jvmArgs.addAll(listOf("-Xmx2G"))
33
0 commit comments