Polish Gradle expression references
Expand all expression `$` references to the full `${...}` form.
This commit is contained in:
@@ -75,7 +75,7 @@ dependencies {
|
||||
}
|
||||
|
||||
task copyIntTestDependencies(type: Copy) {
|
||||
destinationDir = file("$buildDir/dependencies")
|
||||
destinationDir = file("${buildDir}/dependencies")
|
||||
from {
|
||||
configurations.intTestDependencies
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user