Add distribution to Build script

This commit is contained in:
tastybento 2023-07-04 17:31:22 -07:00
parent 3f94ceab56
commit a800356549
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 17
- name: Cache SonarCloud packages
uses: actions/cache@v3