Added distribution required for Github Action

This commit is contained in:
tastybento 2023-06-24 13:56:29 -07:00
parent 5137c24c91
commit f6b3e3b8db
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