Skip to content

Commit 55e460d

Browse files
committed
Fix the CI
Signed-off-by: Niels Thykier <niels@thykier.net>
1 parent 665eaee commit 55e460d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
// Java support
55
id("java")
66
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
7-
id("org.jetbrains.intellij") version "1.7.0"
7+
id("org.jetbrains.intellij") version "1.8.0"
88
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
99
id("org.jetbrains.changelog") version "1.3.1"
1010
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ pluginVersion = 0.0.16
77
pluginSinceBuild = 202
88
pluginUntilBuild = 222.*
99

10-
gradleVersion = 7.3
11-
1210
platformType = IC
1311
platformVersion = 2022.2
1412
platformDownloadSources = true
1513

1614
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1715
pluginVerifierIdeVersions = 2020.2.4, 2020.3.2, 2021.3, 2022.2
16+
gradleVersion=7.3
17+
javaVersion=1.8

0 commit comments

Comments
 (0)