Commit 4105faf6 authored by Edwin de Jong's avatar Edwin de Jong Committed by Marc Cornellà
Browse files

Update sbt to add publish-local to commands (#3112)

parent 08153ff5
...@@ -17,6 +17,7 @@ _sbt_commands=( ...@@ -17,6 +17,7 @@ _sbt_commands=(
'package-src:produce a source artifact, such as a jar containing sources' 'package-src:produce a source artifact, such as a jar containing sources'
'publish:publish artifacts to a repository' 'publish:publish artifacts to a repository'
'publish-local:publish artifacts to the local repository' 'publish-local:publish artifacts to the local repository'
'publish-m2:publish artifacts to the local Maven 2 repository'
'run:run a main class' 'run:run a main class'
'run-main:run the main class selected by the first argument' 'run-main:run the main class selected by the first argument'
'test:execute all tests' 'test:execute all tests'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment