We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb84ac4 commit 0273441Copy full SHA for 0273441
build.gradle
@@ -418,7 +418,7 @@ project('spring-batch-core-tests') {
418
optional "org.springframework.ldap:spring-ldap-ldif-core:$springLdapVersion"
419
}
420
test {
421
- enabled = project.hasProperty('alltests') ? true : false
+ enabled = project.hasProperty('alltests')
422
423
424
@@ -477,7 +477,7 @@ project('spring-batch-infrastructure-tests') {
477
runtime "org.postgresql:postgresql:$postgresqlVersion"
478
479
480
481
482
483
0 commit comments