This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch dependabot/github_actions/actions/setup-java-v2
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to 
refs/heads/dependabot/github_actions/actions/setup-java-v2 by this push:
     new 4f1e773  Add mandatory parameter to java action
4f1e773 is described below

commit 4f1e773d1d4a46ea967c5e9792a8a8bbdcd32d6f
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Tue Apr 6 08:44:52 2021 +0200

    Add mandatory parameter to java action
---
 .github/workflows/build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d610652..b1fd70b 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -333,6 +333,7 @@ jobs:
       - name: Install JDK ${{ matrix.java }}
         uses: actions/setup-java@v2
         with:
+          distribution: 'adopt'
           java-version: 11
 
       - name: RAT Check

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to