forked from loafle/openapi-generator-original
Updated swagger-ui wget url to https (#6954)
This commit is contained in:
committed by
William Cheng
parent
5af788cb9f
commit
d719daab22
@@ -111,7 +111,7 @@
|
||||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<url>http://github.com/swagger-api/swagger-ui/archive/master.tar.gz</url>
|
||||
<url>https://github.com/swagger-api/swagger-ui/archive/master.tar.gz</url>
|
||||
|
||||
<unpack>true</unpack>
|
||||
<skipCache>true</skipCache>
|
||||
|
||||
Reference in New Issue
Block a user