Skip to content
Snippets Groups Projects
Commit 88e6fda4 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13751: Added another missing dependency for the dropbox V2 API.

parent 6fa41167
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -287,6 +287,7 @@ task dropboxApiJavadoc(type: Javadoc) { ...@@ -287,6 +287,7 @@ task dropboxApiJavadoc(type: Javadoc) {
source project(':server-original-data-store').files('source/java').getAsFileTree().matching { source project(':server-original-data-store').files('source/java').getAsFileTree().matching {
include "ch/systemsx/cisd/etlserver/registrator/api/v2/*.java" include "ch/systemsx/cisd/etlserver/registrator/api/v2/*.java"
include "ch/systemsx/cisd/etlserver/registrator/api/v2/impl/*.java" include "ch/systemsx/cisd/etlserver/registrator/api/v2/impl/*.java"
include "ch/systemsx/cisd/openbis/dss/generic/shared/api/**/*.class"
} }
classpath = configurations.dropboxApiJavadoc classpath = configurations.dropboxApiJavadoc
} }
......
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