Fix build

This commit is contained in:
joserebelo
2026-04-27 00:35:11 +02:00
parent c1aee648a0
commit d307859b69
+1 -1
View File
@@ -31,7 +31,7 @@ tasks.register("buildGitChangelog"){
outputs.file(changelogFile)
doLast {
final def allCommits
def allCommits
try {
allCommits = providers.exec {
commandLine('git', 'log', '--pretty=format:%h %s')