Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
ef5b3eb0
Commit
ef5b3eb0
authored
Jan 21, 2022
by
Gradl, Tobias
Browse files
450: Update dependencies and ensure removal of jcenter() dependencies
(OPENED) Task-Url:
#450
parent
18177229
Pipeline
#31264
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
ef5b3eb0
buildscript
{
repositories
{
maven
{
url
=
'https://minfba.de.dariah.eu/nexus/repository/minfba-central/'
}
}
}
plugins
{
id
'io.spring.dependency-management'
version
"1.0.11.RELEASE"
id
'org.springframework.boot'
version
"2.6.2"
apply
false
id
"nebula.ospackage"
version
"9.0.0"
apply
false
id
"kr.motd.sphinx"
version
"2.10.1"
apply
false
}
allprojects
{
apply
plugin:
'eclipse'
...
...
docs/build.gradle
View file @
ef5b3eb0
plugins
{
id
"kr.motd.sphinx"
version
"2.6.1"
id
"nebula.ospackage"
}
// Apply the 'base' plugin, which adds the 'site' task.
// Note: You do not need to apply the 'base' plugin if you applied
// other plugin that extends 'base', such as 'java'.
apply
plugin:
'base'
apply
plugin:
"base"
apply
plugin:
"nebula.ospackage"
apply
plugin:
"kr.motd.sphinx"
ext
{
// Filled dynamically by packaging tasks
...
...
Write
Preview
Markdown
is supported
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