Fix configuration cache issue

pull/361/head
Leonard Brünings 1 year ago committed by Jakub Chrzanowski
parent 9dcd4ef23b
commit c9937581e6

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