mirror of https://github.com/sbt/sbt.git
Include uri in log of dependencyBrowseTree
This commit is contained in:
parent
76fad81522
commit
5fddf3d741
|
|
@ -244,7 +244,7 @@ object DependencyTreeSettings {
|
|||
def openBrowser(uriKey: TaskKey[URI]) =
|
||||
Def.task {
|
||||
val uri = uriKey.value
|
||||
streams.value.log.info("Opening in browser...")
|
||||
streams.value.log.info(s"Opening ${uri} in browser...")
|
||||
java.awt.Desktop.getDesktop.browse(uri)
|
||||
uri
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue