Skip to content
Snippets Groups Projects
Commit 1f597721 authored by Juan Fuentes's avatar Juan Fuentes
Browse files

SSDM-10320 : Bugfix, missing class

parent 228a182c
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ task copyResources(type: Copy, dependsOn: [compileJava, ':openbis_standard_techn
from ("${installerDistDir}/../BUILD-installation.INFO") {
into 'bin'
}
from ("${buildDir}/classes/main/InstallerVariableAccess.class") {
from ("${buildDir}/classes/java/main/InstallerVariableAccess.class") {
into 'bin'
}
from (zipTree(project(':openbis_standard_technologies').zip.archivePath)) {
......
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