We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d913b1 commit 10aa085Copy full SHA for 10aa085
.github/workflows/deploy.yml
@@ -29,6 +29,9 @@ jobs:
29
java-version: '17'
30
distribution: 'temurin'
31
32
+ - name: Make gradlew executable
33
+ run: chmod +x ./gradlew
34
+
35
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
36
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
37
- name: Setup Gradle
@@ -45,6 +48,7 @@ jobs:
45
48
46
49
push-dist:
47
50
runs-on: ubuntu-latest
51
+ needs: build
52
permissions:
53
contents: write
54
steps:
0 commit comments