File tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/redhat/devtools/intellij/kubernetes/editor
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jetBrainsChannel=stable
5
5
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
6
6
# if plugin uses intellij-common-ui-test library, 'platformType' and 'platformVersion' variables names MUST be used
7
7
# platformType = IC (not needed as hard-coded in gradle build directly)
8
- platformVersion =2024.3
8
+ platformVersion =2023.1
9
9
10
10
# Gradle Releases -> https://github.com/gradle/gradle/releases
11
11
gradleVersion =8.5
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ open class ResourceDiff(private val project: Project) {
52
52
}
53
53
}
54
54
55
- private fun createDiffRequestChain (file : VirtualFile , toCompare : String ): MutableDiffRequestChain ? {
55
+ private fun createDiffRequestChain (file : VirtualFile , toCompare : String ): MutableDiffRequestChain {
56
56
val contentFactory = DiffContentFactory .getInstance()
57
57
val left = contentFactory.create(project, file)
58
58
val right = contentFactory.create(project, toCompare, file.fileType)
You can’t perform that action at this time.
0 commit comments