File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ #Making changes to Quartz Monitor
2
+
3
+ * Increment version number in build.gradle and add -SNAPSHOT (whilst working on it)
4
+ * Make changes
5
+ * run ` gradle install ` to install snapshot version to local maven
6
+ * go to one of the test projects, e.g. ` cd src/test/projects/test-harness `
7
+ * run ` gradle run `
8
+ * open [ quartz monitor page] ( http://localhost:8080/quartz/list ) and make sure jobs are running correctly and the failing job is reported as such
9
+ * If everything is ok remove the -SNAPSHOT, commit, tag it (following convention) and push
10
+ * run the bintray-setup commands after editing the api-key that can be found [ here] ( https://bintray.com/profile/edit ) > API Key (sign in using github)
11
+ * publish by running ` gradle bintrayUpload `
12
+ * request it's added to https://bintray.com/grails/plugins - or maybe it can be linked after the first time?
You can’t perform that action at this time.
0 commit comments