mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user