We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ed59e commit 7d2ea29Copy full SHA for 7d2ea29
utils/build.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
# Build the compiler without GWT.
3
-mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml
+mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml
utils/run.sh
@@ -1,4 +1,4 @@
# Run the local build of CC in target/. Make sure to run build.sh before running
# this script.
4
-java -jar target/closure-compiler-1.0-SNAPSHOT.jar $@
+java -jar target/closure-compiler-1.0-SNAPSHOT.jar $@
0 commit comments