mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-12 23:51:25 +00:00
Use Java 11 when building on GitHub actions
This commit is contained in:
parent
da4abc6309
commit
c633802786
2
.github/workflows/build_on_push.yml
vendored
2
.github/workflows/build_on_push.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 11
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
Loading…
Reference in New Issue
Block a user