commit | bf015f62729df7c93f281a9be15c9625de501079 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Apr 25 16:21:02 2017 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Apr 26 10:02:54 2017 +0200 |
tree | 952ab2508c82fb85edd2e69113ef1b31fe1e87a2 | |
parent | b27c440c96f0e23b7b73fcd482adb224b6280868 [diff] |
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
Collect information on Gerrit Code Review in order to have enough elements to request support.
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 ...