Skip to content

Commit

Permalink
Update CoursierSupport.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Sep 7, 2024
1 parent 72267c2 commit 31d425f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/util/src/mill/util/CoursierSupport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ trait CoursierSupport {
case s"${_}concurrent download${_}" => true
case s"${_}checksum not found${_}" => true
case s"${_}download error${_}" => true
case s"${_}(Access is denied)${_}" => true
case s"${_}The process cannot access the file because it is being used by another process${_}" =>
true
case s"${_}->${_}__sha1.computed" => true

case _ => false
}

Expand Down

0 comments on commit 31d425f

Please sign in to comment.