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
e0d28a11
Commit
e0d28a11
authored
May 12, 2021
by
Gradl, Tobias
Browse files
Merge branch 'spring_boot' of git@gitlab.rz.uni-bamberg.de:dariah/search.git into spring_boot
parents
a5100448
4f4480bf
Pipeline
#23420
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
settings.gradle
View file @
e0d28a11
...
...
@@ -3,36 +3,3 @@ include(':search-core')
include
(
':search-ui'
)
include
(
':search-docs'
)
project
(
':search-docs'
).
projectDir
=
new
File
(
'./docs'
)
/*
includeBuild('../colreg') {
dependencySubstitution {
substitute module('eu.dariah.de:colreg-model') with project(':colreg-model')
}
}*/
includeBuild
(
'../processing'
)
{
dependencySubstitution
{
substitute
module
(
'de.unibamberg.minf.processing:processing-core'
)
with
project
(
':processing-core'
)
substitute
module
(
'de.unibamberg.minf.processing:processing-adapters'
)
with
project
(
':processing-adapters'
)
}
}
includeBuild
(
'../gtf'
)
{
dependencySubstitution
{
substitute
module
(
'de.unibamberg.minf.gtf:gtf-base'
)
with
project
(
':gtf-base'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-core'
)
with
project
(
':gtf-core'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-file'
)
with
project
(
':gtf-extension-file'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-wiki'
)
with
project
(
':gtf-extension-wiki'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-geo'
)
with
project
(
':gtf-extension-geo'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-nlp'
)
with
project
(
':gtf-extension-nlp'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-vocabulary'
)
with
project
(
':gtf-extension-vocabulary'
)
substitute
module
(
'de.unibamberg.minf.gtf:gtf-extension-clariah'
)
with
project
(
':gtf-extension-clariah'
)
}
}
includeBuild
(
'../core'
)
{
dependencySubstitution
{
substitute
module
(
'de.unibamberg.minf.core:core-web'
)
with
project
(
':core-web'
)
}
}
\ 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