Open brinklec opened 7 years ago
This should probably be closed, with apologies. It was actually an sbt config issue caused by unwise action on my part. I ended up going in a different direction so did not pursue it further, but subsequently discovered I had done something in the project that prevented sbt from properly finding plugin commands.
For those that are having the same problem a simple solution is to do the following
$ sbt
reload plugins clean reload return
This should reload the plugin and put the plugin tasks into scope proper. Worked for me at any rate.
After adding plugin to build.sbt, sbt loaded sbt-onejar but then complained "one-jar" is not a valid command???