mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Adding app-repositories feature to Launcher.
* Added appRepositories method to Launcher interface * Added 'bootOnly' configuration, such that repositories can be used only for boot and not applications. * Added tests to ensure 'bootOnly' and 'mavenCompatible' behave well * Updated documentation on launcher to reflect new options.
This commit is contained in:
committed by
Mark Harrah
parent
e07dc32b7e
commit
4210936163
@@ -38,6 +38,11 @@ public interface Launcher
|
||||
* are the same ones used to load the launcher.
|
||||
*/
|
||||
public xsbti.Repository[] ivyRepositories();
|
||||
/** These are the repositories configured by this launcher
|
||||
* which should be used by the application when resolving
|
||||
* further artifacts.
|
||||
*/
|
||||
public xsbti.Repository[] appRepositories();
|
||||
/** The user has configured the launcher with the only repositories
|
||||
* it wants to use for this applciation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user