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
8e7b59e0
Commit
8e7b59e0
authored
Jan 21, 2022
by
Gradl, Tobias
Browse files
450: Update dependencies and ensure removal of jcenter() dependencies
(CLOSED) Task-Url:
#450
parent
ef5b3eb0
Pipeline
#31280
passed with stage
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
8e7b59e0
...
...
@@ -17,7 +17,7 @@ allprojects {
apply
plugin:
'eclipse'
group
=
'eu.dariah.de.minfba'
version
=
'4.3.2
5
-SNAPSHOT'
version
=
'4.3.2
6
-SNAPSHOT'
repositories
{
mavenLocal
()
...
...
search-ui/build.gradle
View file @
8e7b59e0
...
...
@@ -94,7 +94,7 @@ task alternativeDeb(type: Deb) {
}
tasks
.
withType
(
Deb
)
{
dependsOn
(
b
uild
)
dependsOn
(
b
ootWar
)
requires
(
'default-jdk'
).
or
(
'default-jdk-headless'
)
os
=
LINUX
...
...
@@ -103,8 +103,8 @@ tasks.withType(Deb) {
release
=
'1'
signingKeyId
(
'CB012F105B632B46C2A7B4918FC46DAC1BC3E238'
)
// Copy the actual .
j
ar file
from
(
w
ar
.
outputs
.
files
)
{
// Copy the actual .
w
ar file
from
(
bootW
ar
.
outputs
.
files
)
{
include
'*.war'
rename
{
String
filename
->
filename
.
replace
(
"-${project.version}.war"
,
".war"
)
...
...
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