From c9937581e6d1b0c42218814cd7b7953edbea48a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Fri, 27 Jan 2023 14:28:15 +0100 Subject: [PATCH] Fix configuration cache issue --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 096b8cf..cb6706e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) {