Skip to content

Commit ed1b44c

Browse files
author
Denis Zhdanov
committed
corrected the logging
1 parent 5f58f45 commit ed1b44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tech/harmonysoft/oss/gradle/dist/BuildCustomGradleDistributionTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ abstract class BuildCustomGradleDistributionTask : DefaultTask() {
311311
pathsToExcludeFromContentExpansion = extension.skipContentExpansionFor.get().toSet(),
312312
replacements = replacements
313313
)
314-
project.logger.lifecycle("prepared custom gradle distribution at $result.absolutePath")
314+
project.logger.lifecycle("prepared custom gradle distribution at ${result.absolutePath}")
315315
}
316316

317317
private fun copyBaseDistribution(baseDistribution: File, customDistribution: File) {

0 commit comments

Comments
 (0)