commit | 16c138fe71f5b871becced4a7e7ccd31d81e2738 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sun Jul 07 23:39:38 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 11 20:53:59 2024 +0000 |
tree | 5757e5e55348730d7dcd43286ee292e7a27ea4ba | |
parent | c7f1d37f686d8e80f84fcae6195b1e8e8ba50a4b [diff] |
Adapt to the latest replication API on master The Gerrit master branch has a separate artifacts for replication and its API. Adapt the script for decoupling from the replication plugin internals and just rely on its externally published API and classes. Change-Id: I60fd50ee9fef0f1fb54eaf7747ad0cd7fa835ad7
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.
In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.
Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.