Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 805 Bytes

File metadata and controls

29 lines (22 loc) · 805 Bytes

MDX Error Reporter Honeybadger

Honey Badger error reporter dependency for Helios middlewares

Deploying Locally

To create a local build of the accessor to use in connector services use

$ ./gradlew install

This will create a local build in your local maven repository that you can then reference in other services.

On OXS using gradle the default location for the local maven repository is

~/.m2/repository/com/mx/path/service/accesssor/qolo/

Deploying

  • Merge Pull Request to Master
  • Switch to master branch
  • Update version in build.gradle (the version must be unique)
  • Commit the updated build.gradle
    • git add build.gradle&&git commit -m "Bump version to ?.?.?"
  • Push build.gradle update
    • git push origin master
  • Release it rake release