aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index 78b03cea..4cb328f8 100644
--- a/build.sc
+++ b/build.sc
@@ -94,7 +94,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
millSourcePath / 'src / 'main / 'antlr4 / "FIRRTL.g4"
}
- def downloadAntlr4Jar = T {
+ def downloadAntlr4Jar = T.persistent {
Util.download(s"https://www.antlr.org/download/antlr-$antlr4Version-complete.jar")
}
@@ -116,7 +116,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
millSourcePath / 'src / 'main / 'proto / "firrtl.proto"
}
- def downloadProtocJar = T {
+ def downloadProtocJar = T.persistent {
Util.download(s"https://repo.maven.apache.org/maven2/com/github/os72/protoc-jar/$protocVersion/protoc-jar-$protocVersion.jar")
}