Skip to content

Commit 4bc9ef8

Browse files
authored
Update issue714.yml
1 parent ab4e511 commit 4bc9ef8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/issue714.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
run: chmod +x ./gradlew
3232

3333
- name: Build with Gradle
34-
run: ./gradlew build
34+
run: |
35+
java -version
36+
./gradlew build
3537
3638
- name: Run Unit Tests
3739
run: ./gradlew test

0 commit comments

Comments
 (0)