Skip to content

Commit

Permalink
Update and rename maven.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwise001 authored Aug 17, 2024
1 parent 1ea0223 commit 4854850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Maven
name: Build

on:
push:
Expand All @@ -31,7 +31,7 @@ jobs:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Maven Build
- name: Build Maven
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 4854850

Please sign in to comment.