From 323dd63e668f43891eb291b4b768244fdab7407c Mon Sep 17 00:00:00 2001 From: Subhrodip Mohanta Date: Sun, 18 Apr 2021 15:23:19 +0530 Subject: [PATCH] update distribution for java to 'adpot' (#1699) --- .github/workflows/maven-ci.yml | 1 + .github/workflows/maven-pr-builder.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index f264831bd..eb211df4c 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -49,6 +49,7 @@ jobs: uses: actions/setup-java@master with: java-version: 11 + distribution: 'adopt' - name: Cache SonarCloud packages uses: actions/cache@master diff --git a/.github/workflows/maven-pr-builder.yml b/.github/workflows/maven-pr-builder.yml index f529920ca..bf54e2eb3 100644 --- a/.github/workflows/maven-pr-builder.yml +++ b/.github/workflows/maven-pr-builder.yml @@ -44,6 +44,7 @@ jobs: uses: actions/setup-java@master with: java-version: 11 + distribution: 'adopt' - name: Cache Maven Dependecies uses: actions/cache@master