We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb23019 commit ed8738cCopy full SHA for ed8738c
src/main/scala/bitlap/sbt/analyzer/task/RefreshSnapshotsTask.scala
@@ -20,6 +20,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
20
getCommandOutputLines(
21
project,
22
"""
23
+ |set update / skip := false
24
|set csrConfiguration := csrConfiguration.value.withTtl(Option(scala.concurrent.duration.DurationInt(0).seconds));
25
|update
26
|""".stripMargin
@@ -28,6 +29,7 @@ final class RefreshSnapshotsTask extends SbtShellOutputAnalysisTask[Unit]:
28
29
30
31
32
33
34
35
)
0 commit comments