Get gradle aliases from my .dotfiles repo: Gradle Aliases
-
How to build:
- If you have gradle installed:
gradle build
- If not:
- Unix:
./gradlew build
- Windows:
gradlew build
- Unix:
- If you have gradle installed:
-
How to compile:
- With gradle aliases: gr
-
How to run the most recently compiled file:
- ./run.sh
-
How to run the tests in the most recently compiled file:
- ./test.sh
-
If you would like to use eclipse, then run
gradle eclipse
to generate project files.