We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58f45 commit ed1b44cCopy full SHA for ed1b44c
src/main/kotlin/tech/harmonysoft/oss/gradle/dist/BuildCustomGradleDistributionTask.kt
@@ -311,7 +311,7 @@ abstract class BuildCustomGradleDistributionTask : DefaultTask() {
311
pathsToExcludeFromContentExpansion = extension.skipContentExpansionFor.get().toSet(),
312
replacements = replacements
313
)
314
- project.logger.lifecycle("prepared custom gradle distribution at $result.absolutePath")
+ project.logger.lifecycle("prepared custom gradle distribution at ${result.absolutePath}")
315
}
316
317
private fun copyBaseDistribution(baseDistribution: File, customDistribution: File) {
0 commit comments