Skip to content

Commit

Permalink
updated the workflow to maven because this project does not use gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshiCodes committed Aug 13, 2024
1 parent f88fabd commit dbc06ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit dbc06ed

Please sign in to comment.