Skip to content
Snippets Groups Projects
Commit b953c6dd authored by felmer's avatar felmer
Browse files

SP-940, SWE-22: strip off version from common-*.jar file name.

SVN: 29998
parent 182a5fbe
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,7 @@ task zipDss(type: Zip) {
from (configurations.datastore_server) {
into 'datastore_server/lib'
rename 'common-.*jar', 'common.jar'
}
from (project(':datastore_server').fileTree(dir: 'dist', includes: ['**/*'], excludes:['dss_client.sh', 'etc/**'])) {
......
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