Skip to content
Snippets Groups Projects
Commit 00bdb299 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

missing tasks

parent 88591599
Branches
Tags
No related merge requests found
...@@ -106,6 +106,16 @@ signing { ...@@ -106,6 +106,16 @@ signing {
sign configurations.archives sign configurations.archives
} }
task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc
}
task sourcesJar(type: Jar) {
classifier = 'sources'
from sourceSets.main.allSource
}
artifacts { artifacts {
archives javadocJar, sourcesJar archives javadocJar, sourcesJar
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment