|
|
@ -32,10 +32,10 @@ jobs:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up JDK 1.8
|
|
|
|
- name: Set up JDK 11
|
|
|
|
uses: actions/setup-java@v1
|
|
|
|
uses: actions/setup-java@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
java-version: 1.8
|
|
|
|
java-version: 11
|
|
|
|
|
|
|
|
|
|
|
|
# with:
|
|
|
|
# with:
|
|
|
|
# We must fetch at least the immediate parents so that if this is
|
|
|
|
# We must fetch at least the immediate parents so that if this is
|
|
|
|