Skip to content

Commit

Permalink
feat: disable download cache (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Oct 23, 2024
1 parent 15448ab commit 4fa125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</url>
<outputDirectory>target/tmp/openapi</outputDirectory>
<outputFileName>onecx-permission-v1.yaml</outputFileName>
<skipCache>false</skipCache>
<skipCache>true</skipCache>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 4fa125f

Please sign in to comment.