Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
11190306
Commit
11190306
authored
Nov 10, 2020
by
Gradl, Tobias
Browse files
Fix build and deploy pipeline
parent
f61cd6e7
Pipeline
#17815
passed with stages
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dariahsp-sample-boot/build.gradle
View file @
11190306
...
...
@@ -26,4 +26,14 @@ dependencies {
bootJar
{
enabled
=
true
}
publishing
{
publications
{
maven
(
MavenPublication
)
{
artifact
(
bootJar
)
{}
artifact
(
sourcesJar
)
{}
artifact
(
javadocJar
)
{}
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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