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

SSDM-13365: fixed typo in app-openbis-installer configuration

parent 7b289496
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -53,7 +53,7 @@ println "installerDir:${installerDistDir}"
println "buildDir:${buildDir}"
println "installer:${project.projectDir}/resource/installer"
task copyResources(type: Copy, dependsOn: [compileJava, ':core-plugin-openbis:zip', ':core-plugin-openbis:zipDss', 'core-plugin-openbis:zipBdlServer']) {
task copyResources(type: Copy, dependsOn: [compileJava, ':core-plugin-openbis:zip', ':core-plugin-openbis:zipDss', ':core-plugin-openbis:zipBdlServer']) {
duplicatesStrategy 'include'
from "${project.projectDir}/resource/installer"
from "${project.projectDir}/../core-plugin-openbis/dist/tarball/installer"
......
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