Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 1b57328

Browse files
authored
Update buildAll.gradle (#126)
1 parent 7b95cb6 commit 1b57328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/buildAll.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ task downloadJson(type: Download) {
109109

110110
task downloadOpenApiCli(type: Download) {
111111
println("Downloading OpenAPI Cli jar")
112-
sourceUrl = 'http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar'
112+
sourceUrl = 'https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar'
113113
target = openApiCliFile
114114
}
115115

0 commit comments

Comments
 (0)