Skip to content

Commit 9c7fad9

Browse files
committed
Cleanup gradle distro dir after build
1 parent b19360b commit 9c7fad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.run.builds.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -e
44
cd frontend
55
mvn clean install
66
./gradlew build
7+
rm -rf build/distributions
78

89
cd ../backend
910
mvn clean install
1011
./gradlew build
12+
rm -rf build/distributions

0 commit comments

Comments
 (0)