commit | 58493b91b70dade6469ed899efaf99a7524a668d | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sun Apr 23 17:22:13 2017 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Apr 24 16:53:27 2017 +0200 |
tree | 6f9c9605842d64ac8fb36592e4d7d62c92ea7c27 | |
parent | 202e281bb9ae4c01f746fdbc1c935423d69f4c7f [diff] |
Gerrit 2.11 backward compatibility support Provide support for all Gerrit versions back to Ver. 2.11 with: - Java 7 compatibility - Both File and Path-based PluginPath implementations Change-Id: I7824243d9439291e55c6c8390b78e43ad3ed9767
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 ...