mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +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.