Skip to content

Commit

Permalink
[build] fix jdk 11 target
Browse files Browse the repository at this point in the history
  • Loading branch information
anydef committed Nov 27, 2023
1 parent 2b65649 commit ee45730
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ jobs:
distribution: 'temurin'
java-version: '11'

- name: ECR Login
uses: aws-actions/amazon-ecr-login@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
with:
gradle-version: ${{ env.JDK_VERSION }}
uses: gradle/gradle-build-action@v2.10.0

- name: run tests
run: ./gradlew --refresh-dependencies check
Expand Down

0 comments on commit ee45730

Please sign in to comment.