Skip to content

Commit 7d19dda

Browse files
ci: fix gradle line breaks (#80)
1 parent 82500dc commit 7d19dda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ runs:
2424
- name: Execute Gradle Command
2525
shell: bash
2626
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
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 \
3333
${{ inputs.args }}

0 commit comments

Comments
 (0)