1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 00:24:52 +02:00

build.gradle: Add 'testRuntime' configuration to artifacts

To complete the 'testRuntime' artifact configuration.
This commit is contained in:
Florian Schmaus 2017-02-24 19:25:29 +01:00
parent c13cddd91a
commit 1c30881557

View file

@ -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 {