mirror of https://github.com/sbt/sbt.git
Update warning message a bit.
This commit is contained in:
parent
182374c712
commit
f244815f7d
|
|
@ -16,7 +16,7 @@ private[sbt] object CompatibilityWarning {
|
||||||
directDependencies foreach { m =>
|
directDependencies foreach { m =>
|
||||||
if (!m.isTransitive) {
|
if (!m.isTransitive) {
|
||||||
log.warn(
|
log.warn(
|
||||||
s"""Found intransitive dependency ($m), but maven does not support intransitive dependencies.
|
s"""Found intransitive dependency ($m), but Maven repositories do not support intransitive dependencies.
|
||||||
| Use exclusions instead so transitive dependencies will be correctly excluded in dependent projects.
|
| Use exclusions instead so transitive dependencies will be correctly excluded in dependent projects.
|
||||||
""".stripMargin)
|
""".stripMargin)
|
||||||
} else ()
|
} else ()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue