Skip to content

Commit 65a1271

Browse files
committed
build: solve runPluginVerifier task
1 parent 221a3fc commit 65a1271

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/fnakhsan/toProtobufConverter
77
pluginVersion = 0.0.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 223
10+
pluginSinceBuild = 233
1111
pluginUntilBuild = 241.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<vendor url="https://github.com/fnakhsan/toProtobufConverter">fnakhsan</vendor>
66

77
<depends>com.intellij.modules.platform</depends>
8+
<depends>com.intellij.modules.java</depends>
89
<depends>com.intellij.modules.java-capable</depends>
910
<depends>org.jetbrains.kotlin</depends>
1011

0 commit comments

Comments
 (0)