cquiroz / sbt-tzdb

sbt plugin to create custom timezone db files
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

use gigahorses default config to avoid config loading from classpath #46

Closed an-tex closed 4 years ago

an-tex commented 4 years ago

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

cquiroz commented 4 years ago

Thanks, looks great. Should I make a release including this change?

an-tex commented 4 years ago

That would be great! Thanks :)