Skip to content

Commit d5aa424

Browse files
committed
Update and fix jmh
1 parent 86dda43 commit d5aa424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deezpatch-core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
}
2626

2727
jmh {
28-
jmhVersion = "1.35"
29-
humanOutputFile = layout.buildDirectory.file("reports/jmh/human.txt")
30-
resultsFile = layout.buildDirectory.file("reports/jmh/results.json")
28+
jmhVersion = "1.37"
29+
humanOutputFile = project.file("${project.buildDir}/reports/jmh/human.txt")
30+
resultsFile = project.file("${project.buildDir}/reports/jmh/results.json")
3131
resultFormat = "JSON"
3232
jvmArgs.addAll(listOf("-Xmx2G"))
3333
}

0 commit comments

Comments
 (0)