Skip to content

Commit 3477b47

Browse files
committed
redoc download: add usetimestamp while downloading it
1 parent 613199c commit 3477b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jooby-redoc/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="buildDir" value="${basedir}${file.separator}target${file.separator}classes" />
66
<property name="redocDir" value="${buildDir}${file.separator}redoc" />
77
<mkdir dir="${redocDir}" />
8-
<get src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js" skipexisting="true" dest="${redocDir}"/>
8+
<get src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js" usetimestamp="true" skipexisting="true" dest="${redocDir}"/>
99
</target>
1010

1111
</project>

0 commit comments

Comments
 (0)