Skip to content

Commit b109e9c

Browse files
committed
Fixed: Add init-gradle-wrapper.sh execution step to CI workflow
1 parent 7a143d4 commit b109e9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gradle.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
cache: 'gradle'
4949

5050
- name: Grant execute permission for gradlew and pullAllPluginsSource.sh
51-
run: chmod +x gradlew pullAllPluginsSource.sh
51+
run: chmod +x gradlew gradle/init-gradle-wrapper.sh pullAllPluginsSource.sh
52+
53+
- name: Initialize Gradle wrapper
54+
run: ./gradle/init-gradle-wrapper.sh
5255

5356
- name: Load all plugins
5457
run: ./pullAllPluginsSource.sh

0 commit comments

Comments
 (0)