mirror of https://github.com/sbt/sbt.git
Configure additional classpath through `sbt.extraClasspath`
Modify the default launcher configuration for sbt so extra classpath entries for sbt can be configured through `sbt.extraClasspath` system property.
This commit is contained in:
parent
f426f8ba7f
commit
ad718587bb
|
|
@ -8,6 +8,7 @@
|
|||
class: ${sbt.main.class-sbt.xMain}
|
||||
components: xsbti,extra
|
||||
cross-versioned: ${sbt.cross.versioned-false}
|
||||
resources: ${sbt.extraClasspath-}
|
||||
|
||||
[repositories]
|
||||
local
|
||||
|
|
|
|||
Loading…
Reference in New Issue