Skip to content

Commit

Permalink
Fix Java CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Jul 2, 2020
1 parent 9d39243 commit 0948aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
run: chmod +x gradlew && ./gradlew build

0 comments on commit 0948aff

Please sign in to comment.