mirror of https://github.com/sbt/sbt.git
Add deprecation annotations.
This commit is contained in:
parent
204f0dcd6c
commit
5d32ec2966
|
|
@ -225,10 +225,12 @@ object GigahorseUrlHandler {
|
|||
.build
|
||||
}
|
||||
|
||||
@deprecated("Use the Gigahorse HttpClient directly instead.", "librarymanagement-ivy 1.0.1")
|
||||
private[sbt] def urlFactory = {
|
||||
new OkUrlFactory(okHttpClient)
|
||||
}
|
||||
|
||||
@deprecated("Use the Gigahorse HttpClient directly instead.", "librarymanagement-ivy 1.0.1")
|
||||
private[sbt] def open(url: URL): HttpURLConnection =
|
||||
urlFactory.open(url)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue