getodk / aggregate

ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
https://docs.opendatakit.org/aggregate-intro/
Other
74 stars 227 forks source link

Add force-rebuild flag for the cloudconfig (local) builder script #392

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

When working locally, it's a good idea to have a freshly compiled aggregated deployed each time the server is built.

cloud-config/local-virtualbox/build.sh will build the project only if the aggregate.war file is not present.

Maybe there's no need for the clean gradle task, tough.

ggalmazor commented 5 years ago

Merging into #404