Skip to content
Snippets Groups Projects
Commit 975a6831 authored by felmer's avatar felmer
Browse files

Merge branch 'master' of sissource.ethz.ch:sispub/openbis

parents ac10ad37 3916a1b2
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