Skip to content

Commit 3056281

Browse files
authored
Merge pull request #37 from coolya/copilot/fix-36
Update Gradle to latest version 8.11.1 and modernize build configuration
2 parents 20ec840 + 9f68671 commit 3056281

File tree

3 files changed

+94
-94
lines changed

3 files changed

+94
-94
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import org.jetbrains.changelog.Changelog
22
import java.time.LocalDate
33
plugins {
4-
id("org.jetbrains.intellij") version "1.13.3"
5-
kotlin("jvm") version "1.9.24"
4+
id("org.jetbrains.intellij") version "1.17.4"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew.bat

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)