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

SSDM-13365: Fixed naming for big_data_link_server artifact

parent 93d33a61
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -457,7 +457,7 @@ task zipDss(type: Zip, dependsOn: copyJarsForWebStart) { ...@@ -457,7 +457,7 @@ task zipDss(type: Zip, dependsOn: copyJarsForWebStart) {
task zipBdlServer(type: Zip, dependsOn: project(':server-external-data-store').tasks.distZip) { task zipBdlServer(type: Zip, dependsOn: project(':server-external-data-store').tasks.distZip) {
baseName 'big_data_link_server' baseName 'big_data_link_server'
from zipTree('../server-external-data-store/build/distributions/big_data_link_server.zip') from zipTree('../server-external-data-store/build/distributions/server-external-data-store.zip')
} }
task pybisZip(type: Zip) { task pybisZip(type: Zip) {
......
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