Get gradle aliases from my .dotfiles repo: Gradle Aliases
-
How to build the compiler:
- If you have Gradle installed:
gradle build - If not:
- Unix:
./gradlew build - Windows:
gradlew build
- Unix:
- If you have Gradle installed:
-
How to compile Less-Java source:
./compile.sh <file-name>
-
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 eclipseto generate project files.