Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badripaudel77 committed Mar 2, 2024
1 parent fe3a4a8 commit 9c572be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK 1.8
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 8
java-version: '8'
distribution: 'temurin'

- name: Build with Maven
run: mvn clean install
run: mvnw clean install

0 comments on commit 9c572be

Please sign in to comment.