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 ac7b892 commit ecf22c5Copy full SHA for ecf22c5
gradle/java-module.gradle
@@ -3,7 +3,7 @@ apply from: MAVEN_DEPLOYMENT_SCRIPT
3
apply from: RELEASE_CHECKS_SCRIPT
4
apply plugin: 'spring-io'
5
6
-ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.0.0.BUILD-SNAPSHOT'
+ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
7
8
configurations {
9
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo
0 commit comments