mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code samples] correct buildSearchableOptions
This commit is contained in:
parent
0ad38699d8
commit
0d1c966cc9
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -31,8 +31,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -31,8 +31,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -21,8 +21,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -29,6 +29,10 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildSearchableOptions {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
kotlinOptions.jvmTarget = "1.8"
|
kotlinOptions.jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -21,8 +21,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -21,8 +21,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -21,8 +21,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -37,8 +37,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
@ -20,8 +20,8 @@ intellij {
|
|||||||
sameSinceUntilBuild = true
|
sameSinceUntilBuild = true
|
||||||
}
|
}
|
||||||
|
|
||||||
runIde{
|
buildSearchableOptions {
|
||||||
buildSearchableOptions.enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
patchPluginXml {
|
patchPluginXml {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user