public class Start extends java.lang.Object
The purpose of this class is to download the expanded Grails wrapper jars into GRAILS_WRAPPER_HOME (`.grails` in the project root) This class is not meant to be distributed as part of SDKMAN since we'll distribute the expanded jars with it. After downloading the jars, it will delegate to the downloaded grails-cli project.
There are 3 ways this class can be used: 1. in testing a grails release (run from a non-project directory) - requires GRAILS_REPO_URL set to `~/.m2/repository` 2. running from a non-project directory (end user usage) 3. running from inside a grails project
Type Params | Return Type | Name and description |
---|---|---|
|
public static void |
main(java.lang.String[] args) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |