There was an error while loading. Please reload this page.
1 parent 30a1852 commit 626c9cfCopy full SHA for 626c9cf
.github/workflows/build.yml
@@ -18,5 +18,7 @@ jobs:
18
uses: actions/setup-java@v1
19
with:
20
java-version: 1.8
21
+ - name: Print Java version
22
+ uses: java -version
23
- name: Build with Gradle
24
run: ./gradlew build --info
0 commit comments