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 fda84a2 commit 2b65649
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ permissions:
jobs:
build-from-script:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -26,8 +25,8 @@ jobs:
- name: setup java
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '${{ inputs.jdk }}'
distribution: 'temurin'
java-version: '11'

- name: ECR Login
uses: aws-actions/amazon-ecr-login@v1
Expand Down

0 comments on commit 2b65649

Please sign in to comment.