We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f231b commit 6e3abccCopy full SHA for 6e3abcc
1 file changed
build.gradle.kts
@@ -37,7 +37,7 @@ intellijPlatform {
37
38
val changelog = project.changelog // local variable for configuration cache compatibility
39
// Get the latest available change notes from the changelog file
40
- changeNotes = providers.gradleProperty("pluginVersion").map { pluginVersion ->
+ changeNotes = version.map { pluginVersion ->
41
with(changelog) {
42
renderItem(
43
(getOrNull(pluginVersion) ?: getUnreleased())
0 commit comments