File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11=== Checking out and Building
22
3- The project is https://github.com/graceframework/grails -data[hosted on GitHub].
3+ The project is https://github.com/graceframework/grace -data[hosted on GitHub].
44
55You are free to fork the project from there or clone it anonymously using git:
66
77----
8- git clone https://github.com/graceframework/grails -data.git
8+ git clone https://github.com/graceframework/grace -data.git
99cd grace-data
1010----
1111
1212The project has a https://gradle.org[Gradle] build.
1313
14- To build the project you can run the `assemble ` task:
14+ To build the project you can run the `build ` task:
1515
1616[source, bash]
1717----
18- ./gradlew assemble
18+ ./gradlew build
1919----
2020
2121To install the jar files for the various subprojects into your local Maven repository you can run:
You can’t perform that action at this time.
0 commit comments