chore: change to coretto java distribution on workflow

This commit is contained in:
LucasGGamerM
2023-04-14 14:06:19 -03:00
committed by GitHub
parent 3df62d2516
commit 0a21c90efa

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'corretto'
cache: gradle cache: gradle
- name: Get current date - name: Get current date