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 1ac5c09 commit fd88818Copy full SHA for fd88818
build.gradle.kts
@@ -97,6 +97,10 @@ tasks {
97
}
98
99
100
+ buildSearchableOptions {
101
+ enabled = false
102
+ }
103
+
104
// Configure UI tests plugin
105
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
106
runIdeForUiTests {
gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = lwm.plugins
4
pluginName = add-final-modifier
5
pluginRepositoryUrl = https://github.com/githublwm/Add-Final-Modifier
6
# SemVer format -> https://semver.org
7
-pluginVersion = 0.0.3
+pluginVersion = 0.1.0
8
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
pluginSinceBuild = 221
0 commit comments