We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb54de commit 0456caeCopy full SHA for 0456cae
1 file changed
build.gradle.kts
@@ -66,14 +66,15 @@ intellijPlatform {
66
67
val changelog = project.changelog
68
changeNotes = providers.gradleProperty("plugin.version").map { pluginVersion ->
69
- with(changelog) {
70
- renderItem(
71
- (getOrNull(pluginVersion) ?: getUnreleased())
72
- .withHeader(false)
73
- .withEmptySections(false),
74
- Changelog.OutputType.HTML,
75
- )
76
- }
+ with(changelog) {
+ renderItem(
+ (getOrNull(pluginVersion) ?: getUnreleased())
+ .withHeader(false)
+ .withEmptySections(false),
+ Changelog.OutputType.HTML,
+ )
+ }
77
78
}
79
80
signing {
0 commit comments