Enable wrapper validation with setup-gradle action

This commit is contained in:
daz
2024-04-11 11:56:55 -06:00
parent 33741bd2bb
commit 62557f3635
8 changed files with 72 additions and 9 deletions

View File

@@ -261,6 +261,10 @@ export class GradleExecutionConfig {
}
}
export function doValidateWrappers(): boolean {
return getBooleanInput('validate-wrappers')
}
// Internal parameters
export function getJobMatrix(): string {
return core.getInput('workflow-job-context')