Polish Gradle expression references
Expand all expression `$` references to the full `${...}` form.
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
description = 'Spring Boot Antlib'
|
||||
|
||||
ext {
|
||||
antVersion = "1.9.3"
|
||||
antVersion = '1.9.3'
|
||||
}
|
||||
|
||||
configurations {
|
||||
@@ -17,12 +17,12 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
antUnit "org.apache.ant:ant-antunit:1.3"
|
||||
antIvy "org.apache.ivy:ivy:2.4.0"
|
||||
antUnit 'org.apache.ant:ant-antunit:1.3'
|
||||
antIvy 'org.apache.ivy:ivy:2.4.0'
|
||||
|
||||
api platform(project(":spring-boot-project:spring-boot-dependencies"))
|
||||
api platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
|
||||
compileOnly project(":spring-boot-project:spring-boot-tools:spring-boot-loader")
|
||||
compileOnly project(':spring-boot-project:spring-boot-tools:spring-boot-loader')
|
||||
compileOnly "org.apache.ant:ant:${antVersion}"
|
||||
|
||||
implementation project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools")
|
||||
|
||||
Reference in New Issue
Block a user