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 89258b5 commit e6dd145Copy full SHA for e6dd145
Utilities/codegen/download-codegen.bat
@@ -4,6 +4,6 @@ SETLOCAL
4
5
SET script-path=%~dp0
6
7
-powershell -Command "(new-object System.Net.WebClient).DownloadFile('http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar', '%script-path%openapi-generator-cli-4.2.2.jar')"
+powershell -Command "(new-object System.Net.WebClient).DownloadFile('http://insecure.repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar', '%script-path%openapi-generator-cli-4.2.2.jar')"
8
9
ENDLOCAL
0 commit comments