Skip to content

Commit

Permalink
Locking gradle wrapper distributionUrl version to 8.9
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Aug 20, 2024
1 parent 57d52a2 commit 20ff4ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
working-directory: opensearch
run: echo key=`git log -1 --format='%H'` >> $GITHUB_OUTPUT

# - name: Install Gradle 8.9
# run: |
# wget https://services.gradle.org/distributions/gradle-8.9-bin.zip
# unzip gradle-8.9-bin.zip
# sudo mv gradle-8.9 /opt/gradle
# echo "export PATH=/opt/gradle/bin:$PATH" >> $GITHUB_ENV
- name: Install Gradle 8.9
run: |
wget https://services.gradle.org/distributions/gradle-8.9-bin.zip
unzip gradle-8.9-bin.zip
sudo mv gradle-8.9 /opt/gradle
echo "export PATH=/opt/gradle/bin:$PATH" >> $GITHUB_ENV
- name: Update Gradle Wrapper to 8.9
run: |
Expand Down

0 comments on commit 20ff4ea

Please sign in to comment.