mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
build.gradle: Add 'testRuntime' configuration to artifacts
To complete the 'testRuntime' artifact configuration.
This commit is contained in:
parent
c13cddd91a
commit
1c30881557
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ subprojects {
|
||||||
archives sourcesJar
|
archives sourcesJar
|
||||||
archives javadocJar
|
archives javadocJar
|
||||||
archives testJar
|
archives testJar
|
||||||
|
// See http://stackoverflow.com/a/21946676/194894
|
||||||
|
testRuntime testJar
|
||||||
}
|
}
|
||||||
|
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
|
|
Loading…
Reference in a new issue