mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix build
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user