Skip to content
Snippets Groups Projects
Commit 2f28c47a authored by felmer's avatar felmer
Browse files

SSDM-3584: Do not create all artifacts from gradle but go into each project....

SSDM-3584: Do not create all artifacts from gradle but go into each project. Hopefully this fixes the bug of wrong revision number of the installer.

SVN: 36508
parent f463306b
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,13 @@ then
exit
fi
cd tmp/gradle
./gradlew :openbis_standard_technologies:clientsAndApis -x test
./gradlew :installation:build -x test
./gradlew :openbis_standard_technologies:generateJavadoc
./gradlew :plasmid:build -x test
cd tmp/openbis_standard_technologies
./gradlew :clientsAndApis -x test
./gradlew :generateJavadoc
cd ../installation
./gradlew :build -x test
cd ../plasmid
./gradlew :build -x test
cd ../..
mv tmp/openbis_standard_technologies/targets/gradle/distributions/openBIS-clients-and-APIs*.zip .
mv tmp/installation/targets/gradle/distributions/openBIS-installation-standard-technologies*.tar.gz .
......
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