explicitly add dev-tools, it doesnt use our parent, which might be scarier
This commit is contained in:
parent
cda613a5df
commit
bf579381a4
2
run.sh
2
run.sh
|
@ -4,4 +4,4 @@
|
|||
# turn off tests and other validation to speed it up
|
||||
# TODO: can be sped up more, if shading is moved out of core/
|
||||
# TODO: this will work on windows too. feel free to make a .bat
|
||||
mvn -am -pl distribution/zip package -DskipTests -Drun -Pdev
|
||||
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
|
||||
|
|
Loading…
Reference in New Issue