We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a5b23 commit 835d8eaCopy full SHA for 835d8ea
modules/swagger-generator/pom.xml
@@ -45,7 +45,7 @@
45
<configuration>
46
<systemPropertyVariables>
47
<java.security.policy>${java.security.policy}</java.security.policy>
48
- <generatorWriteDirs>/tmp,.</generatorWriteDirs>
+ <generatorWriteDirs>${java.io.tmpdir},.</generatorWriteDirs>
49
</systemPropertyVariables>
50
</configuration>
51
</plugin>
@@ -56,7 +56,7 @@
56
57
58
59
60
61
62
<executions>
0 commit comments