Skip to content

Commit fd88818

Browse files
committed
发布版本
1 parent 1ac5c09 commit fd88818

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ tasks {
9797
}
9898
}
9999

100+
buildSearchableOptions {
101+
enabled = false
102+
}
103+
100104
// Configure UI tests plugin
101105
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
102106
runIdeForUiTests {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = lwm.plugins
44
pluginName = add-final-modifier
55
pluginRepositoryUrl = https://github.com/githublwm/Add-Final-Modifier
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.3
7+
pluginVersion = 0.1.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 221

0 commit comments

Comments
 (0)