Skip to content

Commit

Permalink
BEASW-17784: Updates java version for Github deploy and build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartinez3werfen committed Oct 23, 2024
1 parent 1cfaf39 commit bf7aa07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11.0.2
- name: Set up JDK 21.0.5
uses: actions/setup-java@v1
with:
java-version: 11.0
java-version: 21.0.5

- name: Build
run: mvn clean install
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11.0.2
- name: Set up JDK 21.0.5
uses: actions/setup-java@v1
with:
java-version: 11.0
java-version: 21.0.5

- name: Deploy
run: mvn -B -Pgithub deploy
Expand Down

0 comments on commit bf7aa07

Please sign in to comment.