Update maven.yml
This commit is contained in:
parent
9a148b3022
commit
9225e0121b
|
@ -23,6 +23,6 @@ jobs:
|
|||
java-version: '16'
|
||||
distribution: 'adopt'
|
||||
- name: Install with Maven
|
||||
run: mvn -B install --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar
|
||||
run: mvn -B install --file pom.xml
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar
|
||||
run: mvn -B package --file pom.xml
|
||||
|
|
Loading…
Reference in New Issue