Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(warning) If you work with NFS, you may have to tell the build tool (gradle) to use the local file system for caches and repositories, something like:

Code Block
./gradlew install -g /S4<local-dir>/.gradle/ --project-cache-dir /S4<local-dir>/s4

...

Start a new application

...