Build/Gradle Commands
Format of commands will be for *nix, for Windows replace "./go" with ".\go" or ".\go.bat"
Â
Build omod and run functional tests
./go build
Build omod without functional tests
./go
Build omod without any tests (unit/functional tests)
./go -xtest
Run Functional Tests
./go functional-tests:test
Clean build directory (removes any compiled omod)Â
./go clean
Â
Â
Running Build Commands in IntelliJ
-Gradle button in the right sidebar
Â
Â
Note: openmrs-cpm/.idea/workspace.xml seems to show possible tasks (attached:Â intellij_gradle_tasks.txt) but am not sure where it retrieves the tasks or what each do