mirror of https://github.com/sbt/sbt.git
parent
3cde7f8e07
commit
11ea11e382
|
|
@ -3347,7 +3347,7 @@ object Classpaths {
|
||||||
}
|
}
|
||||||
val p3 = releaseNotesURL.value match {
|
val p3 = releaseNotesURL.value match {
|
||||||
case Some(u) =>
|
case Some(u) =>
|
||||||
p1.extra("info.releaseNotesUrl" -> u.toExternalForm)
|
p2.extra("info.releaseNotesUrl" -> u.toExternalForm)
|
||||||
case _ => p2
|
case _ => p2
|
||||||
}
|
}
|
||||||
p3
|
p3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue