Gerrit ver. < 2.15 permissions fix

When using an older Gerrit version, the new 2.15 classes would not
be accessible. Rely on reflection to avoid failing for class not found.

Change-Id: I5f352993fdbe08468a9c48dae092b35daf95e851
8 files changed
tree: 952ab2508c82fb85edd2e69113ef1b31fe1e87a2
  1. project/
  2. src/
  3. .gitignore
  4. build.sbt
  5. LICENSE
  6. README.md
README.md

Gerrit-Support Plugin

Collect information on Gerrit Code Review in order to have enough elements to request support.

How to build

Gerrit-Support plugins is written in Scala language and built with Sbt. To build the plugin you need to have SBT 0.13.13 installed and then run the assembly target.

Example:

   $ sbt assembly
   [...]
   [info] Packaging /Users/lucamilanesio/gerrithub/gerrit-support/target/scala-2.11/gerrit-support.jar ...