diff --git a/build.gradle b/build.gradle index 6f8fdf44a..7cf74cf97 100644 --- a/build.gradle +++ b/build.gradle @@ -418,7 +418,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') } } @@ -477,7 +477,7 @@ project('spring-batch-infrastructure-tests') { runtime "org.postgresql:postgresql:$postgresqlVersion" } test { - enabled = project.hasProperty('alltests') ? true : false + enabled = project.hasProperty('alltests') } }