mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
To pass File => Unit callback across the classloader boundary I am encoding it as a java.util.List[File] by overriding method. This was needed since Java didn't allow me to cast from one classloader to the other.