datastructures/datastructures-common/build.gradle

9 lines
196 B
Groovy
Raw Permalink Normal View History

2021-04-08 22:36:40 +02:00
plugins {
id "io.morethan.jmhreport" version "0.9.0"
}
jmhReport {
jmhResultPath = project.file('build/reports/jmh/result.json')
jmhReportOutput = project.file('build/reports/jmh')
}