Skip to content

Commit 5259ec1

Browse files
committed
Update results file path and human output file
1 parent d5aa424 commit 5259ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deezpatch-core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626

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

0 commit comments

Comments
 (0)