Skip to content
Snippets Groups Projects
Commit 3916a1b2 authored by yvesn's avatar yvesn
Browse files

Revert "added gradle clean to build.sh to ensure everything is up to date"

This reverts commit bf7018ec.
parent 5f4838d9
No related branches found
No related tags found
No related merge requests found
...@@ -37,12 +37,12 @@ if [ $? -ne 0 ]; then echo "Tag does not exist!"; exit 1; fi ...@@ -37,12 +37,12 @@ if [ $? -ne 0 ]; then echo "Tag does not exist!"; exit 1; fi
# build # build
cd openbis_standard_technologies cd openbis_standard_technologies
./gradlew :clean :clientsAndApis -x test ./gradlew :clientsAndApis -x test
./gradlew :clean :generateJavadoc ./gradlew :generateJavadoc
cd ../installation cd ../installation
./gradlew :clean :build -x test ./gradlew :build -x test
cd ../plasmid cd ../plasmid
./gradlew :clean :build -x test ./gradlew :build -x test
cd ../.. cd ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment