Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder authored Dec 3, 2023
1 parent 9a71e93 commit adefb4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
path: ~/.m2/repository
key: maven-${{ hashFiles('pom.xml') }}

- name: Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6

- name: Set JDK
uses: actions/setup-java@v3.11.0
with:
Expand Down Expand Up @@ -73,6 +78,11 @@ jobs:
path: ~/.m2/repository
key: maven-${{ hashFiles('pom.xml') }}

- name: Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6

- name: Set JDK
uses: actions/setup-java@v3.11.0
with:
Expand Down

0 comments on commit adefb4e

Please sign in to comment.