mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 15:26:07 +00:00
replace ~ with $user.home (#6985)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<executable>sbt</executable>
|
||||
<arguments>
|
||||
<argument>-ivy</argument>
|
||||
<argument>~/.ivy2</argument>
|
||||
<argument>${user.home}/.ivy2</argument>
|
||||
<argument>test</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user