-
Notifications
You must be signed in to change notification settings - Fork 28
Helper Scripts
Dave Nicolette edited this page Feb 9, 2021
·
2 revisions
Home -> Developer Guide ->
This project uses gradle for builds.
The script named run
wraps ./gradlew
for convenience.
run ut
Depends on unit tests.
run it
Depends on integration tests.
run fatJar
Depends on fatJar task.
run approvalTest
Depends on fatJar task.
run prepareDistribution
sonar-scan
pad