Revert to using sbt-launch.jar to run SBT
This commit is contained in:
@@ -192,7 +192,9 @@ SBT_CLIENT_FLAG = --client
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# passes $(JAVA_TOOL_OPTIONS) from env to java
|
# passes $(JAVA_TOOL_OPTIONS) from env to java
|
||||||
SBT_BIN ?= sbt
|
# Use java -jar approach by default so that SBT thin-client sees the JAVA flags
|
||||||
|
# Workaround for behavior reported here: https://github.com/sbt/sbt/issues/6468
|
||||||
|
SBT_BIN ?= java -jar $(ROCKETCHIP_DIR)/sbt-launch.jar
|
||||||
SBT = $(SBT_BIN) $(SBT_CLIENT_FLAG)
|
SBT = $(SBT_BIN) $(SBT_CLIENT_FLAG)
|
||||||
SBT_NON_THIN = $(subst $(SBT_CLIENT_FLAG),,$(SBT))
|
SBT_NON_THIN = $(subst $(SBT_CLIENT_FLAG),,$(SBT))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user