Skip to content

Commit

Permalink
upgrade java and spring
Browse files Browse the repository at this point in the history
  • Loading branch information
thcathy committed Jun 10, 2024
1 parent 18a9219 commit 725800a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-deploy_uat-deploy_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
Expand All @@ -43,6 +43,10 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/download-artifact@master
with:
name: build
Expand Down

0 comments on commit 725800a

Please sign in to comment.