-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions so I can remember next time
- Loading branch information
1 parent
c05adbb
commit 06c37cd
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#Making changes to Quartz 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 | ||
* go to one of the test projects, e.g. `cd src/test/projects/test-harness` | ||
* run `gradle run` | ||
* open [quartz monitor page](http://localhost:8080/quartz/list) 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 | ||
* 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) | ||
* publish by running `gradle bintrayUpload` | ||
* request it's added to https://bintray.com/grails/plugins - or maybe it can be linked after the first time? |