mirror of
https://github.com/actions/setup-java.git
synced 2025-11-20 15:24:07 +00:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export interface MvnSettingDefinition {
|
|
id: string;
|
|
username?: string;
|
|
password?: string;
|
|
gpgPassphrase?: string;
|
|
}
|