We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a143d4 commit b109e9cCopy full SHA for b109e9c
1 file changed
.github/workflows/gradle.yaml
@@ -48,7 +48,10 @@ jobs:
48
cache: 'gradle'
49
50
- name: Grant execute permission for gradlew and pullAllPluginsSource.sh
51
- run: chmod +x gradlew pullAllPluginsSource.sh
+ run: chmod +x gradlew gradle/init-gradle-wrapper.sh pullAllPluginsSource.sh
52
+
53
+ - name: Initialize Gradle wrapper
54
+ run: ./gradle/init-gradle-wrapper.sh
55
56
- name: Load all plugins
57
run: ./pullAllPluginsSource.sh
0 commit comments