mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +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.