Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Sep 14, 2024
1 parent cb23019 commit ed8738c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
getCommandOutputLines(
project,
"""
|set update / skip := false
|set csrConfiguration := csrConfiguration.value.withTtl(Option(scala.concurrent.duration.DurationInt(0).seconds));
|update
|""".stripMargin
Expand All @@ -28,6 +29,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
getCommandOutputLines(
project,
"""
|set update / skip := false
|update
|""".stripMargin
)
Expand Down

0 comments on commit ed8738c

Please sign in to comment.