Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleCheckout Latest
git checkout $tag -b latest

Build

Navigate to the root of the checked out project.

Set repository credentials and repository URI for the build to determine where to put the compiled binaries (*.jar files).

...

Code Block
languagebash
export SBT_OPTS="-DpublishRepository.credentialsFile=/path/to/credentials/file -DpublishRepository.uri=uri
/of/the/binary/repository";

...