Fix configuration cache issue

pull/343/head
Leonard Brünings 1 year ago
parent 467c9db1bf
commit 9bc807a1e6
No known key found for this signature in database
GPG Key ID: 7E4E1DE5895B8C9A

@ -85,6 +85,7 @@ tasks {
}
)
val changelog = project.changelog // local variable for configuration cache compatibility
// Get the latest available change notes from the changelog file
changeNotes.set(properties("pluginVersion").map { pluginVersion ->
with(changelog) {

Loading…
Cancel
Save