mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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