Обновить .forgejo/workflows/test4.yml
let's check java version
This commit is contained in:
parent
1d7fde3fad
commit
2587305439
|
@ -15,5 +15,6 @@ jobs:
|
||||||
uses: https://github.com/actions/setup-java@v1
|
uses: https://github.com/actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
- run: java --version
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleDebug
|
run: ./gradlew assembleDebug
|
||||||
|
|
Loading…
Reference in a new issue