|
|
@ -39,10 +39,10 @@ jobs:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up JDK 11
|
|
|
|
- name: Set up JDK 17
|
|
|
|
uses: actions/setup-java@v1
|
|
|
|
uses: actions/setup-java@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
java-version: 11
|
|
|
|
java-version: 17
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|