Polish Gradle expression references
Expand all expression `$` references to the full `${...}` form.
This commit is contained in:
@@ -152,7 +152,7 @@ compileTestJava {
|
||||
}
|
||||
|
||||
test {
|
||||
outputs.dir("$buildDir/generated-snippets")
|
||||
outputs.dir("${buildDir}/generated-snippets")
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
|
||||
Reference in New Issue
Block a user