Support both namings for java
This commit is contained in:
parent
e02d65ac18
commit
de0f9cf316
3 changed files with 3 additions and 1 deletions
1
lib/start-proxy-action.js
generated
1
lib/start-proxy-action.js
generated
|
|
@ -49,6 +49,7 @@ const KEY_SIZE = 2048;
|
||||||
const KEY_EXPIRY_YEARS = 2;
|
const KEY_EXPIRY_YEARS = 2;
|
||||||
const LANGUAGE_TO_REGISTRY_TYPE = {
|
const LANGUAGE_TO_REGISTRY_TYPE = {
|
||||||
"java-kotlin": "maven_repository",
|
"java-kotlin": "maven_repository",
|
||||||
|
java: "maven_repository",
|
||||||
csharp: "nuget_feed",
|
csharp: "nuget_feed",
|
||||||
};
|
};
|
||||||
const CERT_SUBJECT = [
|
const CERT_SUBJECT = [
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -19,6 +19,7 @@ const KEY_EXPIRY_YEARS = 2;
|
||||||
|
|
||||||
const LANGUAGE_TO_REGISTRY_TYPE = {
|
const LANGUAGE_TO_REGISTRY_TYPE = {
|
||||||
"java-kotlin": "maven_repository",
|
"java-kotlin": "maven_repository",
|
||||||
|
java: "maven_repository",
|
||||||
csharp: "nuget_feed",
|
csharp: "nuget_feed",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue