Skip to content

Commit

Permalink
Support both namings for java
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogario committed Jan 13, 2025
1 parent e02d65a commit d9e8b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/start-proxy-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/start-proxy-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/start-proxy-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d9e8b07

Please sign in to comment.