=pro #3904 do not leak internal repositories during staging
This commit is contained in:
parent
d7283abfcb
commit
2ed7c0e1b7
1 changed files with 3 additions and 1 deletions
|
|
@ -731,7 +731,9 @@ object AkkaBuild extends Build {
|
|||
if(System.getProperty("akka.build.useSnapshotSonatypeResolver", "false").toBoolean)
|
||||
Seq(resolvers += Resolver.sonatypeRepo("snapshots"))
|
||||
else Seq.empty
|
||||
}
|
||||
} ++ Seq(
|
||||
pomIncludeRepository := (_ => false) // do not leak internal repositories during staging
|
||||
)
|
||||
|
||||
lazy val defaultSettings = baseSettings ++ mimaSettings ++ resolverSettings ++
|
||||
Protobuf.settings ++ Seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue