Skip to content

Commit e4f2cc2

Browse files
authored
ci: use gradle binary dist across the project (#552)
1 parent 45f0f55 commit e4f2cc2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
timeout-minutes: 8
4949
strategy:
5050
matrix:
51-
job_sid: ${{ fromJson(needs.fork.outputs.job_sid) }}
51+
job_sid: ${{ fromJSON(needs.fork.outputs.job_sid) }}
5252
steps:
5353
- name: Checkout repository (default ref)
5454
if: ${{ github.event.inputs.ref_name == '' }}
@@ -60,9 +60,6 @@ jobs:
6060
with:
6161
ref: ${{ github.event.inputs.ref_name }}
6262

63-
- name: Switch to Gradle Binary Distribution
64-
run: sed -i 's/-all.zip/-bin.zip/' gradle/wrapper/gradle-wrapper.properties
65-
6663
- name: Setup Java
6764
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
6865
with:
@@ -124,9 +121,6 @@ jobs:
124121
- name: Unpack fork artifacts
125122
run: for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done
126123

127-
- name: Switch to Gradle Binary Distribution
128-
run: sed -i 's/-all.zip/-bin.zip/' gradle/wrapper/gradle-wrapper.properties
129-
130124
- name: Setup Java
131125
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
132126
with:

0 commit comments

Comments
 (0)