Update build_push.yml

This commit is contained in:
Jays2Kings 2023-08-03 15:14:36 -04:00 committed by GitHub
parent f3f8190bfa
commit 768417bfa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,11 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Copy CI gradle.properties
run: |