Skip to content
Snippets Groups Projects
Commit 9815e177 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13365: added missing dependencies to api-openbis-javascript project

parent 55752e43
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
evaluationDependsOn(':lib-commonbase')
evaluationDependsOn(':lib-common')
evaluationDependsOn(':api-openbis-java')
evaluationDependsOn(':api-openbis-javascript')
evaluationDependsOn(':lib-openbis-common')
evaluationDependsOn(':lib-authentication')
evaluationDependsOn(':lib-dbmigration')
......
......@@ -16,6 +16,7 @@ if (System.getProperty("openbis.development-build") != null) {
project(path: ':lib-common', configuration: 'archives'),
project(path: ':api-openbis-java'),
project(path: ':api-openbis-java', configuration: 'archives'),
project(path: ':api-openbis-javascript'),
project(path: ':lib-openbis-common'),
project(path: ':lib-openbis-common', configuration: 'archives'),
project(path: ':server-application-server', configuration: 'archives')
......
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