Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal authored Oct 25, 2024
1 parent 41959bc commit 2383a5b
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 @@ -19,7 +19,5 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Install secondstring and thirdparty
run: mvn initialize
- name: Build ${{ matrix.profile }} profile with Maven
run: mvn --batch-mode ${{ matrix.profile }} install
- name: Build
run: mvn install

0 comments on commit 2383a5b

Please sign in to comment.