mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 02:05:09 +02:00
support reason for retrieving jars in launcher
specifically, identify when a Scala version is downloaded for running the application itself
This commit is contained in:
@@ -6,6 +6,7 @@ public interface Launcher
|
||||
{
|
||||
public static final int InterfaceVersion = 1;
|
||||
public ScalaProvider getScala(String version);
|
||||
public ScalaProvider getScala(String version, String reason);
|
||||
public ClassLoader topLoader();
|
||||
public GlobalLock globalLock();
|
||||
public File bootDirectory();
|
||||
|
||||
Reference in New Issue
Block a user