4.7.1 Offline Mode - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
4.7.1 Offline Mode
Most of the times invoking the Griffon command requires a network connection open in order to resolve dependencies. There are times when network access is not available. It's possible to instruct the command line to avoid performing network checks whenever the network is down or unavailable. this is done by activating offline mode. Simply set the following flag:griffon.offline.mode
.For example, compiling an application in offline mode is done by invokinggriffon -Dgriffon.offline.mode=true compile