Skip to content

Commit

Permalink
Update local build instructions (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym authored and ktoso committed Jun 15, 2018
1 parent 140bcd7 commit 9ef1cb3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -293,7 +293,18 @@ Yes, pull requests and opening issues is very welcome!

The plugin is maintained at an best-effort basis -- submitting a PR is the best way of getting something done :-)

Please test your changes using `sbt scripted`.
You can locally publish the plugin with:

```
sbt '; extras/publishLocal; project plugin; ^publishLocal'
```

Please test your changes by adding to the [scripted test suite][sbt-jmh/plugin/src/sbt-test/sbt-jmh/]
which can be run with:

```
sbt '; extras/publishLocal; project plugin; ^scripted'
```

Special thanks
--------------
Expand Down

0 comments on commit 9ef1cb3

Please sign in to comment.