Skip to content

Commit

Permalink
Rider plugins: fix buildSearchableOptions further
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 79799ff7609f165f26e752347d2add936cd3d770
  • Loading branch information
ForNeVeR authored and auduchinok committed Jan 13, 2025
1 parent 8ea8498 commit 245e875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rider-fsharp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ tasks {
)
}

getByName("buildSearchableOptions") {
buildSearchableOptions {
jvmArgs("-Djava.security.manager=com.intellij.platform.core.nio.fs.CoreBootstrapSecurityManager")
enabled = buildConfiguration == "Release"
}
Expand Down

0 comments on commit 245e875

Please sign in to comment.