Skip to content

Commit 0bd81ef

Browse files
authored
Merge pull request #34 from GateNLP/bug/missing-import
Add import for Plugin in `generateGazBin.groovy`
2 parents 2397426 + 5bb12bf commit 0bd81ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)