Skip to content

Commit

Permalink
Merge pull request #718 from JustinPihony/patch-3
Browse files Browse the repository at this point in the history
Provide further options for proxy credentials
  • Loading branch information
eed3si9n authored Sep 14, 2018
2 parents 1c57f1f + 129d140 commit 3c2e1a3
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 3c2e1a3

Please sign in to comment.