mirror of https://github.com/sbt/sbt.git
No more "Unrecognized repository inter-project" from the sbt plugin
This commit is contained in:
parent
7914603f40
commit
c131d6c856
|
|
@ -222,6 +222,9 @@ object FromSbt {
|
|||
mavenRepositoryOpt(mavenCompatibleBase, log, authentication)
|
||||
}
|
||||
|
||||
case raw: sbt.RawRepository if raw.name == "inter-project" => // sbt.RawRepository.equals just compares names anyway
|
||||
None
|
||||
|
||||
case other =>
|
||||
log.warn(s"Unrecognized repository ${other.name}, ignoring it")
|
||||
None
|
||||
|
|
|
|||
Loading…
Reference in New Issue