update distribution for java to 'adpot' (#1699)

This commit is contained in:
Subhrodip Mohanta 2021-04-18 15:23:19 +05:30 committed by GitHub
parent be3250bd0d
commit 323dd63e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
uses: actions/setup-java@master
with:
java-version: 11
distribution: 'adopt'
- name: Cache SonarCloud packages
uses: actions/cache@master

View File

@ -44,6 +44,7 @@ jobs:
uses: actions/setup-java@master
with:
java-version: 11
distribution: 'adopt'
- name: Cache Maven Dependecies
uses: actions/cache@master