I am trying to install some plugin into Griffon by issuing this command
griffon install-plugin miglayout
But I get error:
Welcome to Griffon 1.0.0 - http://griffon-framework.org/ Licensed under Apache Standard License 2.0 Griffon home is set to: /usr/local/share/Griffon-1.0.0
Base Directory: /home/biske/Griffon examples/form Running script /usr/local/share/Griffon-1.0.0/scripts/InstallPlugin_.groovy Resolving dependencies... Dependencies resolved in 304ms. Environment set to development Failed to install plugin miglayout [offline: false]
I am using Griffon Griffon 1.0.0. It fails because network has proxy. Is there a way to install plugin if there is proxy enabled in network?