mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Formatting
This commit is contained in:
@@ -96,7 +96,8 @@ final class IvySbt(val configuration: IvyConfiguration) { self =>
|
||||
disp
|
||||
}
|
||||
|
||||
val urlHandler: URLHandler = if (configuration.updateOptions.gigahorse) gigahorseUrlHandler else basicUrlHandler
|
||||
val urlHandler: URLHandler =
|
||||
if (configuration.updateOptions.gigahorse) gigahorseUrlHandler else basicUrlHandler
|
||||
|
||||
// Only set the urlHandler for the http/https protocols so we do not conflict with any other plugins
|
||||
// that might register other protocol handlers.
|
||||
|
||||
Reference in New Issue
Block a user