Fix configuration cache issue

This commit is contained in:
Leonard Brünings 2023-01-27 14:28:15 +01:00 committed by Jakub Chrzanowski
parent 9dcd4ef23b
commit c9937581e6

View File

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