Re-enable gradleTest across the various distributions

This commit is contained in:
R. Tyler Croy 2015-07-08 17:24:42 -07:00
parent 9ba20c2938
commit 00db6d3a00
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ gradleTest {
* according to ysb33r there's not enough of a difference in APIs between
* version 2.0->2.2 and 2.2->2.4 to be worth testing
*/
//versions '2.0', '2.2', '2.4'
versions '2.0'
versions '2.0', '2.2', '2.4'
dependsOn jar
}