Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwise001 authored Aug 18, 2024
1 parent 92fd29f commit 31eded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches: [ "main" ]

jobs:
build:
maven:

runs-on: ubuntu-latest
permissions:
Expand All @@ -31,7 +31,7 @@ jobs:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build Maven
- name: mvn package
run: mvn -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit 31eded6

Please sign in to comment.