Skip to content

Commit

Permalink
added build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Mar 8, 2010
1 parent 294a257 commit c242807
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILD_NOTES.txt
@@ -0,0 +1,14 @@
The Bean Builder project is setup to be built with Gradle. Thanks to the
Gradle Wrapper, you do not need to have Gradle installed and configured
in order to build the project. The gradlew and gradlew.bat files in the root
of this project will take care of grabbing the appropriate version of Gradle
and using it to execute builds.

Examples:

./gradlew clean
./gradlew test

To see a list of all available targets:

./gradlew -t

0 comments on commit c242807

Please sign in to comment.