Support both namings for java

This commit is contained in:
Marco Gario 2025-01-13 16:09:48 +00:00
parent e02d65ac18
commit de0f9cf316
3 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ const KEY_SIZE = 2048;
const KEY_EXPIRY_YEARS = 2;
const LANGUAGE_TO_REGISTRY_TYPE = {
"java-kotlin": "maven_repository",
java: "maven_repository",
csharp: "nuget_feed",
};
const CERT_SUBJECT = [

File diff suppressed because one or more lines are too long

View file

@ -19,6 +19,7 @@ const KEY_EXPIRY_YEARS = 2;
const LANGUAGE_TO_REGISTRY_TYPE = {
"java-kotlin": "maven_repository",
java: "maven_repository",
csharp: "nuget_feed",
} as const;