remote cache does not work if use some JDK classes which not include rt.jar · Issue #6034 · sbt/sbt

steps xuwei-k/sbt-remote-cache-not-rt-jar@d14ad6e A.scala package example import javax.crypto.Mac class A { def get(name: String) = Mac.getInstance(name) } build.sbt name := "my-project" scalaVersi...