Use consistent action params between setup-gradle and dependency-submission

To ensure expected caching (and other) behaviour, we should keep these config
parameters as consistent as possible.
This commit is contained in:
daz
2024-04-07 12:11:50 -06:00
parent 627fa7627c
commit 38a821729e
4 changed files with 158 additions and 45 deletions

View File

@@ -40,7 +40,6 @@ export async function run(): Promise<void> {
`
const args: string[] = parseArgsStringToArgv(executionArgs)
core.info(args.join('!!!'))
const buildRootDirectory = layout.buildRootDirectory()
await execution.executeGradleBuild(executable, buildRootDirectory, args)
} catch (error) {