Update maven.yml
This commit is contained in:
parent
f8212ff7c9
commit
34daf11e21
|
@ -22,7 +22,21 @@ jobs:
|
|||
with:
|
||||
java-version: '16'
|
||||
distribution: 'adopt'
|
||||
#- name: Compile Spigot
|
||||
# uses: SeanOMik/Action-SpigotMC@b23370e6a4c3e9cdd38b8d5bcd4a543f8c1e1c19
|
||||
# with:
|
||||
# versions: 1.14,1.15,1.16.1,1.16.3,1.16.5,1.17
|
||||
# threads: -1
|
||||
# remapped: remapped-mojang
|
||||
- name: Compile Remapped Mojang Spigot
|
||||
uses: SeanOMik/Action-SpigotMC@b23370e6a4c3e9cdd38b8d5bcd4a543f8c1e1c19
|
||||
with:
|
||||
versions: 1.17
|
||||
threads: -1
|
||||
remapped: remapped-mojang
|
||||
- name: Install with Maven
|
||||
run: sudo mvn -B install --file pom.xml
|
||||
run: |
|
||||
mvn install
|
||||
- name: Build with Maven
|
||||
run: sudo mvn -B package --file pom.xml
|
||||
run: |
|
||||
mvn package
|
||||
|
|
Loading…
Reference in New Issue