koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

Document how to force an update of the koop config files #54

Closed jkerr5 closed 1 year ago

jkerr5 commented 6 years ago

Since the build/install uses a gradle copy task with token replacement, if you update the property file without touching the source config files, the timestamps will not be updated and the destination config files will not be updated with the new values from the property file.

jkerr5 commented 6 years ago

Delete build/koop/config and then run

./gradlew -PenvironmentName=<your env name> configureKoop
rjrudin commented 1 year ago

This is OBE, a Gradle Copy task is no longer used.