adds distribution to github actions

This commit is contained in:
Vitor Pamplona
2024-01-11 12:23:36 -05:00
parent 9e3aa31c25
commit c6a00386c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ jobs:
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
distribution: 'temurin'
java-version: 17 java-version: 17
- name: Cache gradle - name: Cache gradle
+1
View File
@@ -15,6 +15,7 @@ jobs:
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
distribution: 'temurin'
java-version: 17 java-version: 17
- name: Cache gradle - name: Cache gradle