groovy.extra_class_path

Background

Sets extra class paths to be used by groovy when using $GROOVY_COMMAND in update workflow

Example: Set additional class paths /foo/ and /bar/:

```ini
groovy.extra_class_path=/foo/*:/bar/*
```

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the groovy.extra_class_path key, and set the value. This can be set to any valid String value.

See also