Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiettecatte committed Nov 5, 2020
1 parent 5282c14 commit b09612d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Gradle wrapper
run: ./gradlew wrapper
- name: Build with Gradle
run: ./gradlew build

0 comments on commit b09612d

Please sign in to comment.