runIde.ideDir: update sample scripts

This commit is contained in:
Yann Cébron 2021-08-25 11:13:59 +02:00
parent 6bfae4040c
commit 3ccaa9fd66
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ The snippet below is an example of configuring the Setup and Running DSLs in a <
runIde {
// Absolute path to installed target 3.5 Android Studio to use as IDE Development Instance
// The "Contents" directory is macOS specific.
ideDir = '/Applications/Android Studio.app/Contents'
ideDir = file('/Applications/Android Studio.app/Contents')
}
```

View File

@ -120,7 +120,7 @@ intellij {
runIde {
// Absolute path to the installed targetIDE to use as IDE Development Instance
// Note the Contents directory must be added at the end of the path for macOS.
ideDir = '/Users/$USERNAME$/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/192.7142.41/PhpStorm.app/Contents'
ideDir = file('/Users/$USERNAME$/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/192.7142.41/PhpStorm.app/Contents')
}
```