Thanks a lot for being willing to contribute! gradle-bloop
is a pretty minimal
sbt build. You'll find instructions down below:
To fully compile the project you can do:
sbt compile
Remember that the project is cross-compiled from 2.11-2.13. So to run any of the
commands here for all versions, remember to preface the command with +
. So for
example to compile all versions do:
sbt +compile
sbt publishLocal
sbt test
Thanks to sbt-ci-release the releasing of the plugin is fully automated. Just push a new tag, and it will trigger a new release.