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 613199c commit 3477b47Copy full SHA for 3477b47
modules/jooby-redoc/build.xml
@@ -5,7 +5,7 @@
5
<property name="buildDir" value="${basedir}${file.separator}target${file.separator}classes" />
6
<property name="redocDir" value="${buildDir}${file.separator}redoc" />
7
<mkdir dir="${redocDir}" />
8
- <get src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js" skipexisting="true" dest="${redocDir}"/>
+ <get src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js" usetimestamp="true" skipexisting="true" dest="${redocDir}"/>
9
</target>
10
11
</project>
0 commit comments