Skip to content
Snippets Groups Projects
Commit 865b165f authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Reverted back to 5.2.1

parent 47a5d5f3
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ public class CoscineCodeGenerator : CodeGenerator
public async override Task<string> GetClientGenerator()
{
var jarDownloadLink = await _configuration.GetStringAsync("coscine/local/codegen/jarlink", "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.3.0/openapi-generator-cli-6.3.0.jar");
var jarDownloadLink = await _configuration.GetStringAsync("coscine/local/codegen/jarlink", "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.2.1/openapi-generator-cli-5.2.1.jar");
using var httpClient = new HttpClient();
var jarFileName = await _configuration.GetStringAsync("coscine/local/codegen/jarpath", "./codegen.jar");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment