mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Create Jar artifact with test code
This commit is contained in:
parent
47a59ad7b3
commit
7436a16d09
1 changed files with 5 additions and 0 deletions
|
@ -148,9 +148,14 @@ subprojects {
|
|||
classifier = 'javadoc'
|
||||
from javadoc.destinationDir
|
||||
}
|
||||
task testJar(type: Jar) {
|
||||
classifier = 'tests'
|
||||
from sourceSets.test.output
|
||||
}
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
archives javadocJar
|
||||
archives testJar
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
|
|
Loading…
Reference in a new issue