Otherwise the download fails with resource not found on classpath when sbt is started with a -Dconfig.resource=... parameter.
A work around is to run sbt compile without the -Dconfig.resource=... parameter first, which successfully downloads the tzdb and uses it in subsequent runs.
Otherwise the download fails with
resource not found on classpath
when sbt is started with a-Dconfig.resource=...
parameter.A work around is to run
sbt compile
without the-Dconfig.resource=...
parameter first, which successfully downloads the tzdb and uses it in subsequent runs.Details here: https://github.com/sbt/librarymanagement/pull/241