Skip to content

Commit 9f68671

Browse files
Copilotcoolya
andcommitted
Update plugins and fix deprecations for Gradle 8.11.1 compatibility
Co-authored-by: coolya <407216+coolya@users.noreply.github.com>
1 parent 9d6d3b7 commit 9f68671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.changelog.Changelog
22
import java.time.LocalDate
33
plugins {
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/
2121
intellij {
22-
version.set("2022.2")
22+
version.set("2023.1")
2323
}
2424

2525

@@ -35,7 +35,7 @@ changelog {
3535
}
3636

3737
tasks.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

0 commit comments

Comments
 (0)