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 7891787 commit 127d9eeCopy full SHA for 127d9ee
build.gradle
@@ -108,7 +108,7 @@ configure(coreModuleProjects) {
108
apply plugin: 'emma'
109
apply plugin: 'spring-io'
110
111
- ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR1'
+ ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR9'
112
113
configurations {
114
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo
0 commit comments