Skip to content

Commit de0f9cf

Browse files
committed
Support both namings for java
1 parent e02d65a commit de0f9cf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/start-proxy-action.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const KEY_EXPIRY_YEARS = 2;
1919

2020
const LANGUAGE_TO_REGISTRY_TYPE = {
2121
"java-kotlin": "maven_repository",
22+
java: "maven_repository",
2223
csharp: "nuget_feed",
2324
} as const;
2425

0 commit comments

Comments
 (0)