diff --git a/build.gradle b/build.gradle index 62bb00c7f..a4a5e8d68 100644 --- a/build.gradle +++ b/build.gradle @@ -434,7 +434,7 @@ project('spring-batch-core-tests') { optional "org.springframework.ldap:spring-ldap-ldif-core:$springLdapVersion" } test { - enabled = project.hasProperty('alltests') ? true : false + enabled = project.hasProperty('alltests') } } @@ -494,7 +494,7 @@ project('spring-batch-infrastructure-tests') { runtime "org.postgresql:postgresql:$postgresqlVersion" } test { - enabled = project.hasProperty('alltests') ? true : false + enabled = project.hasProperty('alltests') } }