mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export interface MvnSettingDefinition {
|
|
id: string;
|
|
username?: string;
|
|
password?: string;
|
|
gpgPassphrase?: string;
|
|
}
|