sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Write tests for caching functionality #120

Open mdedetrich opened 7 months ago

mdedetrich commented 7 months ago

@romainreuillon If possible can you at some point write tests for the https://github.com/sbt/sbt-osgi/pull/100 feature. There might be a more natural mechanism (i.e. https://www.scala-sbt.org/1.x/docs/Caching.html) to do caching but its best to have a test first so we don't create regression.