mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: fixed build script for perl (related to #12140);
This commit is contained in:
parent
a55b31124a
commit
792784c0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use File::Path;
|
||||||
|
|
||||||
print "Start compiling...\n";
|
print "Start compiling...\n";
|
||||||
chdir("..");
|
chdir("..");
|
||||||
system("mvn clean install -DskipTests");
|
system("mvn clean install package -DskipTests");
|
||||||
chdir("Mage.Client");
|
chdir("Mage.Client");
|
||||||
system("mvn assembly:assembly");
|
system("mvn assembly:assembly");
|
||||||
chdir("../Mage.Server");
|
chdir("../Mage.Server");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue