Skip to content

Commit ed8738c

Browse files
committed
fix
1 parent cb23019 commit ed8738c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scala/bitlap/sbt/analyzer/task/RefreshSnapshotsTask.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
2020
getCommandOutputLines(
2121
project,
2222
"""
23+
|set update / skip := false
2324
|set csrConfiguration := csrConfiguration.value.withTtl(Option(scala.concurrent.duration.DurationInt(0).seconds));
2425
|update
2526
|""".stripMargin
@@ -28,6 +29,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
2829
getCommandOutputLines(
2930
project,
3031
"""
32+
|set update / skip := false
3133
|update
3234
|""".stripMargin
3335
)

0 commit comments

Comments
 (0)