Run ../../gradlew build
from a command line.
Run java -jar path/to/jar
. Gradle puts the built jar into build/libs
directory
for the application.
You can also use ./gradlew applications/ums:bootRun
to run the application.
Substitute gradlew.bat
for ./gradlew
.