Content-Length: 197826 | pFad | http://github.com/sbt/sbt-jmh/issues/216
80Test / skip := true
leads to java.lang.IllegalArgumentException: Benchmark does not match a class
#216
Fetched URL: http://github.com/sbt/sbt-jmh/issues/216
Alternative Proxies:
When a project with is build or run by
sbt-jmh
containsTest / skip := true
, well, it produces a jar which can't be used at all.Any benchmark fails as:
How to reproduce:
sbt-jmh-tester
#215 as local root.sbt ^^1.3.10 publishLocal
Test / skip := true
tosbt-jmh-tester/build.sbt
sbt jmh:run
insidesbt-jmh-tester
folderHere it is.
The text was updated successfully, but these errors were encountered: