We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd3630 commit 0751352Copy full SHA for 0751352
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,5 @@ jobs:
18
uses: actions/setup-java@v1
19
with:
20
java-version: 1.8
21
- - name: Print Java version
22
- run: java -version
23
- name: Build with Gradle
24
run: ./gradlew build --info
0 commit comments