Skip to content

Commit

Permalink
Run gradle quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 23, 2023
1 parent 1d71aa6 commit 6fee6b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ small-test-diff:
diff -x table_run_time.tex -r -U3 test/small-goal-files/tables/all test/small-goal-files/tables/all

gradle-assemble:
./gradlew assemble -g ../.gradle/
./gradlew -q assemble -g ../.gradle/

java-style:
./gradlew spotlessCheck javadoc requireJavadoc -g ../.gradle/
./gradlew -q spotlessCheck javadoc requireJavadoc -g ../.gradle/

download-merge-tools: jars/IntelliMerge-1.0.9-all.jar jars/spork.jar

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo "Options: $comparator_flags"
length=${#REPOS_CSV}
REPOS_CSV_WITH_HASHES="${REPOS_CSV::length-4}_with_hashes.csv"

./gradlew assemble -g ../.gradle/
./gradlew -q assemble -g ../.gradle/

mkdir -p "$OUT_DIR"

Expand Down

0 comments on commit 6fee6b2

Please sign in to comment.