sbt/compile/src/main/scala/sbt
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
..
compiler Future proof against removal of java.ext.dirs in Java 9 2017-02-04 22:14:51 -07:00
ClasspathOptions.scala added scalariform 2014-05-01 12:50:07 -04:00
LoggerReporter.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00