Skip to content
Snippets Groups Projects
Commit 1c9f9aff authored by yvesn's avatar yvesn
Browse files

SSDM-7299: fixed path to output of openbis_ng_ui

parent 1f0c9f23
No related branches found
No related tags found
No related merge requests found
......@@ -457,8 +457,8 @@ task deleteOpenbisNgUi(type: Delete) {
delete 'dist/core-plugins/openbis-ng-ui/1/as/webapps/openbis-ng-ui/html'
}
task copyOpenbisNgUiToCorePlugins(type: Copy, dependsOn: [deleteOpenbisNgUi, project(':openbis_ng_ui').tasks.build]) {
from project(':openbis_ng_ui').file('react/build')
task copyOpenbisNgUiToCorePlugins(type: Copy, dependsOn: [deleteOpenbisNgUi, ':openbis_ng_ui:build']) {
from project(':openbis_ng_ui').file('build')
into file('dist/core-plugins/openbis-ng-ui/1/as/webapps/openbis-ng-ui/html')
}
......
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