Skip to content

Commit ecf22c5

Browse files
author
Rob Winch
committed
Update default Spring IO Checks to latest.integration
Fixes LDAP-326
1 parent ac7b892 commit ecf22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: MAVEN_DEPLOYMENT_SCRIPT
33
apply from: RELEASE_CHECKS_SCRIPT
44
apply plugin: 'spring-io'
55

6-
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.0.0.BUILD-SNAPSHOT'
6+
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
77

88
configurations {
99
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo

0 commit comments

Comments
 (0)