Skip to content

Commit

Permalink
file name
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Nov 26, 2024
1 parent fa55aa8 commit a204a34
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ constructor(objectFactory: ObjectFactory, project: Project) {
val sourceTarballDigest =
objectFactory
.fileProperty()
.convention(project.provider { distributionDir.get().file("${baseName.get()}.sha512") })
.convention(
project.provider { distributionDir.get().file("${baseName.get()}.tar.gz.sha512") }
)

val mailingLists = objectFactory.listProperty(String::class.java).convention(emptyList())

Expand Down

0 comments on commit a204a34

Please sign in to comment.