Skip to content

Commit

Permalink
Update build.yml to include Paper NMS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapha149 authored Aug 11, 2024
1 parent 2daaf99 commit 4f057e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

- name: Initialize Paper NMS
run: for file in $(grep -l '<artifactId>paper-nms</artifactId>' $(find -name 'pom.xml')); do mvn21 -B paper-nms:init --file "$file"; done

- name: Build the dependencies of the api
run: mvn -B install --file pom.xml -pl '!api'

Expand Down

0 comments on commit 4f057e5

Please sign in to comment.