We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82500dc commit e1cd3aeCopy full SHA for e1cd3ae
gradle/action.yml
@@ -24,10 +24,10 @@ runs:
24
- name: Execute Gradle Command
25
shell: bash
26
run: |
27
- ${{ inputs.gradle-executable }}
28
- --info
29
- --max-workers=${{ inputs.max-workers }}
30
- -Dorg.gradle.jvmargs=-Xmx${{ inputs.max-heap }}
31
- -Dorg.gradle.console=plain
32
- --continue
+ ${{ inputs.gradle-executable }} \
+ --info \
+ --max-workers=${{ inputs.max-workers }} \
+ -Dorg.gradle.jvmargs=-Xmx${{ inputs.max-heap }} \
+ -Dorg.gradle.console=plain \
+ --continue \
33
${{ inputs.args }}
0 commit comments