Skip to content

Commit

Permalink
Fix changelog directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Apr 16, 2024
1 parent cf4829b commit a2946bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fernflower.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ changelog {
}
tasks.named('createChangelog').configure {
gitDirectory = rootProject.layout.projectDirectory.dir('.git')
outputFile = rootProject.layout.buildDirectory.file('changelog.txt')
}

publishing {
Expand Down

0 comments on commit a2946bc

Please sign in to comment.