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