This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push: new b47787c4df setup-java distribution b47787c4df is described below commit b47787c4df01f47d8a9ecb822eaa2b5308749643 Author: Steve Blackmon <sblack...@salesforce.com> AuthorDate: Mon Dec 18 12:11:16 2023 -0600 setup-java distribution --- .github/workflows/streams-ci-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/streams-ci-workflow.yml b/.github/workflows/streams-ci-workflow.yml index 59879346f5..9cb60cad0b 100644 --- a/.github/workflows/streams-ci-workflow.yml +++ b/.github/workflows/streams-ci-workflow.yml @@ -42,7 +42,8 @@ jobs: - name: Set up Java ${{ matrix.java_version }} uses: actions/setup-java@v4 with: - java-version: ${{ matrix.java_version }} + distribution: temurin + java-version: ${{ matrix.java_version }} - name: Restore ~/.m2/repository uses: actions/cache@v3 with: