Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 572 Bytes

changes.md

File metadata and controls

11 lines (9 loc) · 572 Bytes

#Making changes to Schwartz Monitor

  • Increment version number in build.gradle and add -SNAPSHOT (whilst working on it)
  • Make changes
  • run gradle install to install snapshot version to local maven repo
  • go to one of the test projects, e.g. cd integration-test-app
  • run gradle run
  • open quartz monitor page and make sure jobs are running correctly and the failing job is reported as such
  • If everything is ok remove the -SNAPSHOT, commit, tag it (following convention) and push
  • publish by running gradle bintrayUpload