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