Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 300 Bytes

sbt-bytecode

Quick and dirty sbt plugin to dump dissassembled bytecode to disk.

Setup

Add plugin to project/plugins.sbt

addSbtPlugin("org.pitest.sbt" % "sbt-bytecode" % "0.1")

Setup properties in build.sbt

import org.pitest.sbt._

bytecodeSettings