Ammonite
Ammonite copied to clipboard
Filtering URLs loaded in Classpath to just those with "file"
protocol. Without this change the .classpath method could throw IllegalArgumentException if any non-file scheme was encountered.
https://docs.oracle.com/javase/10/docs/api/java/io/File.html#%3Cinit%3E(java.net.URI)