Open sherter opened 8 years ago
Actually, it's not that it's hard-coded, but that there is no way we can set the buildDir
before the plugins{}
. One could use the old plugins
syntax though.
Well, then the evaluation of the buildDir
variable must be delayed (put it in the afterEvaluate section)
When setting
$buildDir
to something else than/build
, the jmh task fails with an exception:It looks like the path
build
is hardcoded somewhere or $buildDir is evaluated too early...