mirror of https://github.com/sbt/sbt.git
Use default path of `sbtopts`
This commit is contained in:
parent
5088697613
commit
23b90f23a9
|
|
@ -76,7 +76,7 @@ Usage: sbt [options]
|
||||||
SBT_OPTS environment variable, if unset uses ""
|
SBT_OPTS environment variable, if unset uses ""
|
||||||
.sbtopts if this file exists in the current directory, its contents
|
.sbtopts if this file exists in the current directory, its contents
|
||||||
are prepended to the runner args
|
are prepended to the runner args
|
||||||
/usr/local/etc/sbtopts if this file exists, it is prepended to the runner args
|
/etc/sbt/sbtopts if this file exists, it is prepended to the runner args
|
||||||
-Dkey=val pass -Dkey=val directly to the java runtime
|
-Dkey=val pass -Dkey=val directly to the java runtime
|
||||||
-J-X pass option -X directly to the java runtime
|
-J-X pass option -X directly to the java runtime
|
||||||
(-J is stripped)
|
(-J is stripped)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue