diff --git a/build.gradle b/build.gradle index f4e013e2e..d921a9e49 100644 --- a/build.gradle +++ b/build.gradle @@ -301,6 +301,8 @@ subprojects { archives sourcesJar archives javadocJar archives testJar + // See http://stackoverflow.com/a/21946676/194894 + testRuntime testJar } uploadArchives {