Polish Gradle expression references

Expand all expression `$` references to the full `${...}` form.
This commit is contained in:
Phillip Webb
2020-01-21 18:33:33 -08:00
parent 89237634c7
commit bfd2ca7fd9
29 changed files with 60 additions and 60 deletions

View File

@@ -970,7 +970,7 @@ bom {
]
}
}
library('Kotlin', "$kotlinVersion") {
library('Kotlin', "${kotlinVersion}") {
group('org.jetbrains.kotlin') {
imports = [
'kotlin-bom'
@@ -1411,7 +1411,7 @@ bom {
]
}
}
library('Spring Boot', "$version") {
library('Spring Boot', "${version}") {
group('org.springframework.boot') {
modules = [
'spring-boot',