Declare distribution - adopt

This commit is contained in:
tastybento 2021-07-06 13:58:17 -07:00
parent ed0084f2c4
commit 70a2c20e51
1 changed files with 2 additions and 1 deletions

View File

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