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
dariahsp
Commits
f61cd6e7
Commit
f61cd6e7
authored
Nov 10, 2020
by
Gradl, Tobias
Browse files
Fix build and deploy pipeline
parent
777f813e
Pipeline
#17814
passed with stages
in 3 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
f61cd6e7
...
...
@@ -5,7 +5,7 @@ plugins {
allprojects
{
group
=
'eu.dariah.de'
version
=
'2.0.0-
DEV
'
version
=
'2.0.0-
SNAPSHOT
'
repositories
{
maven
{
...
...
@@ -114,14 +114,4 @@ subprojects {
archives
sourcesJar
archives
javadocJar
}
publishing
{
publications
{
maven
(
MavenPublication
)
{
from
(
components
.
java
)
artifact
(
sourcesJar
)
{}
artifact
(
javadocJar
)
{}
}
}
}
}
dariahsp-core/build.gradle
View file @
f61cd6e7
...
...
@@ -21,4 +21,14 @@ dependencies {
jar
{
enabled
=
true
}
publishing
{
publications
{
maven
(
MavenPublication
)
{
from
(
components
.
java
)
artifact
(
sourcesJar
)
{}
artifact
(
javadocJar
)
{}
}
}
}
\ No newline at end of file
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