Skip to content

Commit

Permalink
Provide further options for proxy credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPihony authored Sep 6, 2018
1 parent 1c57f1f commit 129d140
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ with file contents
password=admin123
```

If the above does not work for your system, then another approach is to explicitly provide the boot credentials via:

-Dsbt.boot.credentials\$HOME/TO/.ivy2/credentials

As well as add the credentials to your build file directly:

credentials += Credentials(Path.userHome / ".ivy2" / "credentials")


#### Launcher Script

The sbt launcher supports two configuration options that allow the usage
Expand Down

0 comments on commit 129d140

Please sign in to comment.