Fix configuration cache issue

pull/347/head
Leonard Brünings 1 year ago committed by Jakub Chrzanowski
parent cd15e23a65
commit f317e922c0

@ -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