Update build workflow actions

This commit is contained in:
Jobobby04 2022-05-14 10:42:36 -04:00
parent d2676099b6
commit c1c934011f
2 changed files with 4 additions and 2 deletions

View File

@ -32,9 +32,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up JDK 11 - name: Set up JDK 11
uses: actions/setup-java@v1 uses: actions/setup-java@v3
with: with:
java-version: 11 java-version: 11
distribution: adopt
- name: Copy CI gradle.properties - name: Copy CI gradle.properties
run: | run: |

View File

@ -28,9 +28,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up JDK 11 - name: Set up JDK 11
uses: actions/setup-java@v1 uses: actions/setup-java@v3
with: with:
java-version: 11 java-version: 11
distribution: adopt
- name: Copy CI gradle.properties - name: Copy CI gradle.properties
run: | run: |