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 0d72b03 commit 1d21dc9Copy full SHA for 1d21dc9
build-logic/src/main/kotlin/publishing/digest-task.kt
@@ -39,7 +39,7 @@ abstract class GenerateDigest @Inject constructor(objectFactory: ObjectFactory)
39
objectFactory.fileProperty().convention {
40
val input = file.get().asFile
41
val algo = algorithm.get()
42
- input.parentFile.resolve("${input.name}-${algo.replace("-", "").lowercase()}")
+ input.parentFile.resolve("${input.name}.${algo.replace("-", "").lowercase()}")
43
}
44
45
@TaskAction
0 commit comments