mirror of https://github.com/sbt/sbt.git
normalize URI before hashing
This commit is contained in:
parent
7dd2ec74d4
commit
9bebc70ada
|
|
@ -146,5 +146,5 @@ object Resolvers
|
|||
file
|
||||
}
|
||||
|
||||
def uniqueSubdirectoryFor(uri: URI, in: File) = new File(in, Hash.halfHashString(uri.toASCIIString))
|
||||
def uniqueSubdirectoryFor(uri: URI, in: File) = new File(in, Hash.halfHashString(uri.normalize.toASCIIString))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue