Skip to content

Commit

Permalink
Upgrade test framework gradle wrapper to 8.11 and upgrade GitHub CI a…
Browse files Browse the repository at this point in the history
…ction JDK from 8 to 17 (#217)

* Upgrade gradle wrapper to 8.11

* Upgrade GitHub CI action JDK version from 8 to 17
  • Loading branch information
jkwuc89 authored Dec 10, 2024
1 parent bfd42a7 commit 0b5e268
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
run: |
./build_aws_sdk_unix.sh $BUILD_TYPE
- name: 'Set up JDK 8'
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 8
java-version: 17

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
run: |
./build_aws_sdk_unix.sh $BUILD_TYPE
- name: 'Set up JDK 8'
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 8
java-version: 17

- name: 'Run Community Tests'
working-directory: ${{ github.workspace }}/testframework
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
run: |
./build_aws_sdk_unix.sh $BUILD_TYPE
- name: 'Set up JDK 8'
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 8
java-version: 17

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: |
./build_aws_sdk_unix.sh $BUILD_TYPE
- name: 'Set up JDK 8'
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 8
java-version: 17

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion testframework/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0b5e268

Please sign in to comment.