Skip to content
Snippets Groups Projects
Commit c2a3f621 authored by anttil's avatar anttil
Browse files

SSDM-4575: Add missing task dependencies to make building of clientsAndApis artifact work

SVN: 38471
parent 63ea666b
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ task createOpenbisJar(type: Jar) { ...@@ -66,7 +66,8 @@ task createOpenbisJar(type: Jar) {
include '**/*BuildAndEnvironmentInfo.class' include '**/*BuildAndEnvironmentInfo.class'
} }
} }
createOpenbisJar.dependsOn(':commonbase:jar', ':common:jar', ':openbis-common:jar',
':openbis_api:jar', ':datastore_server:jar', ':screening:jar', ':openbis:jar')
task createDssClientJar(type: Jar) { task createDssClientJar(type: Jar) {
archiveName = dssGuiClientJarName archiveName = dssGuiClientJarName
......
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