Skip to content

Commit 5bb12bf

Browse files
authored
Add import for Plugin in generateGazBin.groovy
Turns out this script never worked as there was a missing import for the `Plugin` class.
1 parent 2397426 commit 5bb12bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

groovy/generateGazBin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@GrabResolver(name='gate-snapshots', root='http://repo.gate.ac.uk/content/groups/public/')
22
@Grab('uk.ac.gate:gate-core:8.6-SNAPSHOT')
33
import gate.*;
4+
import gate.creole.Plugin;
45

56
// initialize GATE
67
Gate.init();

0 commit comments

Comments
 (0)