From e3e035f7310c9df65173de07ca96d2e9caff87e6 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Fri, 9 Aug 2024 18:18:03 -0700 Subject: [PATCH] add required distribution key in setup-java action (#15198) Signed-off-by: Rishabh Singh --- .github/workflows/benchmark-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark-pull-request.yml b/.github/workflows/benchmark-pull-request.yml index 0173b7e35c64d..59b3e3900823e 100644 --- a/.github/workflows/benchmark-pull-request.yml +++ b/.github/workflows/benchmark-pull-request.yml @@ -129,6 +129,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 21 + distribution: 'temurin' - name: Build and Assemble OpenSearch from PR run: | ./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false