Below configuration in build.gradle file worked for me with gradle version 4.5, posting it here for future reference –
ext {
springVersion = '5.0.3.RELEASE'
}
dependencies {
compile "org.springframework:spring-context:$springVersion"
}
Below configuration in build.gradle file worked for me with gradle version 4.5, posting it here for future reference –
ext {
springVersion = '5.0.3.RELEASE'
}
dependencies {
compile "org.springframework:spring-context:$springVersion"
}