sbt/compile/src
Jason Zaugg 3ad3f87212 Future proof against removal of java.ext.dirs in Java 9
This is the start of an effort to make SBT 0.13.x compatible
with JDK 9.

The system property java.ext.dirs no longer exists now that
JEP-220 has removed the extension and endorsed classpath
facilities. It is also forbidden to manually set this to
an empty string from the command line.

This commit treats the absense of this property as an
empty extension classpath.
2017-02-04 22:14:51 -07:00
..
main/scala/sbt Future proof against removal of java.ext.dirs in Java 9 2017-02-04 22:14:51 -07:00
test Fix issues with Codacy 2015-11-12 18:50:03 +01:00