commit | 285aa7ba101c7caea81433e36bf1a34d4cd8296b | [log] [tgz] |
---|---|---|
author | Christoforos Miliotis <christoforos.miliotis.dev@gmail.com> | Tue Oct 10 18:04:53 2023 +0100 |
committer | Christoforos Miliotis <christoforos.miliotis.dev@gmail.com> | Thu Oct 12 16:32:00 2023 +0000 |
tree | c2dd3c2cf011379f8989919d9ddebcd989af66a7 | |
parent | f343fadd00ac6d2d319c22d523eb18efbf9dc8b3 [diff] |
Remove unused import Change-Id: I222130bb00877a0b043fa5c9d422241e244ca951
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.