Skip to content

Commit

Permalink
Re-Add changelog. Removing it breaks gradle setup task
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R authored Nov 14, 2023
1 parent 9ec417e commit e34e9f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ println('Version: ' + VERSION +

println('Ketting: ' + KETTING_VERSION)

changelog {
fromTag MIN_TAG_FOR_CHANGELOG
}

def extraTxts = [
rootProject.file('CREDITS.txt'),
rootProject.file('LICENSE.txt'),
rootProject.tasks.createChangelog.outputFile
]

tasks.register('downloadVersionManifest', Download) {
Expand Down

0 comments on commit e34e9f2

Please sign in to comment.