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

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

parent 79f24299
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -2,9 +2,6 @@ plugins {
id "com.github.node-gradle.node" version "3.2.1"
}
evaluationDependsOn(':core-plugin-openbis')
evaluationDependsOn(':server-application-server')
apply from: '../build/javaproject.gradle'
node {
......
includeFlat 'core-plugin-openbis', 'server-application-server'
\ No newline at end of file
evaluationDependsOn(':lib-commonbase')
evaluationDependsOn(':lib-common')
evaluationDependsOn(':api-openbis-java')
evaluationDependsOn(':api-openbis-javascript')
evaluationDependsOn(':lib-openbis-common')
evaluationDependsOn(':lib-authentication')
evaluationDependsOn(':lib-dbmigration')
......
includeFlat 'lib-commonbase', 'lib-common', 'api-openbis-java', 'lib-openbis-common', 'lib-authentication', 'lib-dbmigration', 'server-application-server'
includeFlat 'lib-commonbase', 'lib-common', 'api-openbis-java', 'lib-openbis-common', 'lib-authentication',
'lib-dbmigration', 'server-application-server', 'api-openbis-javascript'
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