Skip to content

Commit e6dd145

Browse files
spasumarthi21GitHub Enterprise
authored andcommitted
fix(codegen): Fixing the url of openapi-generator-url (#8)
1 parent 89258b5 commit e6dd145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/codegen/download-codegen.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ SETLOCAL
44

55
SET script-path=%~dp0
66

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')"
7+
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')"
88

99
ENDLOCAL

0 commit comments

Comments
 (0)