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 3c829eb commit b37381cCopy full SHA for b37381c
components/ide/jetbrains/gateway-plugin/build.gradle.kts
@@ -195,7 +195,7 @@ tasks.register("installPlugin") {
195
196
// Example for macOS ~/Library/Application Support/JetBrains/JetBrainsGateway2024.3/plugins
197
//
198
- // JB_GATEWAY_PLUGINS_DIR=/Users/hwen/Library/Application\ Support/JetBrains/JetBrainsGateway2024.3/plugins
+ // JB_GATEWAY_PLUGINS_DIR=/Users/hwen/Library/Application Support/JetBrains/JetBrainsGateway2024.3/plugins
199
val gatewayPluginsDir = System.getenv("JB_GATEWAY_PLUGINS_DIR")
200
if (gatewayPluginsDir.isNullOrEmpty()) {
201
throw GradleException("Found no JB_GATEWAY_PLUGINS_DIR environment variable")
0 commit comments