File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.changelog.Changelog
22import java.time.LocalDate
33plugins {
44 id(" org.jetbrains.intellij" ) version " 1.17.4"
5- kotlin(" jvm" ) version " 1.9.24 "
5+ kotlin(" jvm" ) version " 2.0.21 "
66 id(" org.jetbrains.changelog" ) version " 2.2.1"
77}
88
@@ -19,7 +19,7 @@ dependencies {
1919
2020// See https://github.com/JetBrains/gradle-intellij-plugin/
2121intellij {
22- version.set(" 2022.2 " )
22+ version.set(" 2023.1 " )
2323}
2424
2525
@@ -35,7 +35,7 @@ changelog {
3535}
3636
3737tasks.getByName< org.jetbrains.intellij.tasks.PatchPluginXmlTask > (" patchPluginXml" ) {
38- changeNotes.set(changelog.getUnreleased().toHTML( ))
38+ changeNotes.set(changelog.renderItem(changelog. getUnreleased(), org.jetbrains.changelog. Changelog . OutputType . HTML ))
3939 untilBuild.set(" " )
4040}
4141
You can’t perform that action at this time.
0 commit comments