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 likeby adding the following to the gradle commands:

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

...