Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
d69265f9
Commit
d69265f9
authored
Jul 12, 2021
by
Gradl, Tobias
Browse files
436: Support passing of collection metadata to datamodels
(ExecutionContext) (OPENED) Task-Url:
#436
parent
7bc1bd59
Pipeline
#25331
passed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
settings.gradle
View file @
d69265f9
...
...
@@ -4,7 +4,7 @@ include(':search-ui')
include
(
':search-docs'
)
project
(
':search-docs'
).
projectDir
=
new
File
(
'./docs'
)
includeBuild
(
'../core'
)
{
/*
includeBuild('../core') {
dependencySubstitution {
substitute module('de.unibamberg.minf.core:core-metamodel') with project(':core-metamodel')
}
...
...
@@ -29,4 +29,4 @@ includeBuild('../processing') {
substitute module('de.unibamberg.minf.processing:processing-core') with project(':processing-core')
substitute module('de.unibamberg.minf.processing:processing-adapters') with project(':processing-adapters')
}
}
\ No newline at end of file
}*/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment