We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9de1 commit 08d61a2Copy full SHA for 08d61a2
build.gradle.kts
@@ -62,6 +62,7 @@ intellij {
62
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
63
changelog {
64
version = pluginVersion
65
+ groups = emptyList()
66
}
67
68
// Configure detekt plugin.
gradle.properties
@@ -3,7 +3,7 @@
3
4
pluginGroup = org.jetbrains.plugins.template
5
pluginName_ = IntelliJ Platform Plugin Template
6
-pluginVersion = 0.8.2
+pluginVersion = 0.8.3
7
pluginSinceBuild = 202
8
pluginUntilBuild = 203.*
9
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
0 commit comments