diff --git a/build-clients.d b/build-clients.d index 355c94c..df2cdaf 100755 --- a/build-clients.d +++ b/build-clients.d @@ -32,7 +32,7 @@ void main() { mkdir(outDir); foreach (profile; profiles) { print("Building profile: %s", profile); - string cmd = format!"mvn -B -Plwjgl-natives-%s --projects client --also-make clean package"(profile); + string cmd = format!"mvn -B -Plwjgl-natives-%s clean package"(profile); new ProcessBuilder() .outputTo(buildPath(outDir, "output-" ~ profile ~ ".txt")) .run(cmd);