Skip to content

Commit

Permalink
Fix of fix of implicit task dependency of generateChangelog (#730)
Browse files Browse the repository at this point in the history
See bdd0fbc for details.

References: #730
  • Loading branch information
nipafx committed Nov 16, 2023
1 parent b57c8d2 commit 621e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ tasks {
}

generateChangelog {
dependsOn(nexusPublishing)
dependsOn(":closeAndReleaseSonatypeStagingRepository")
val gitFetchRecentTag = Runtime.getRuntime().exec("git describe --tags --abbrev=0")
val recentTag = gitFetchRecentTag.inputStream.bufferedReader().readText().trim()
previousRevision = recentTag
Expand Down

0 comments on commit 621e808

Please sign in to comment.