mirror of https://github.com/sbt/sbt.git
remove credentials declaration
This commit is contained in:
parent
9f68bc9c9d
commit
d2cb35cb91
|
|
@ -10,8 +10,6 @@ publishArtifact in Test := false
|
|||
|
||||
pomIncludeRepository := { _ => false }
|
||||
|
||||
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
|
||||
|
||||
pomExtra :=
|
||||
Helpers.generatePomExtra("git@github.com:jrudolph/sbt-dependency-graph.git",
|
||||
"scm:git:git@github.com:jrudolph/sbt-dependency-graph.git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue