replace ~ with $user.home (#6985)

This commit is contained in:
William Cheng
2020-07-18 17:07:03 +08:00
committed by GitHub
parent 0707b4bb20
commit dd6e8ccc3d
9 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
<executable>sbt</executable>
<arguments>
<argument>-ivy</argument>
<argument>~/.ivy2</argument>
<argument>${user.home}/.ivy2</argument>
<argument>test</argument>
</arguments>
</configuration>