The Griffon build automatically compiles all Java & Groovy sources found under src/main. Follow these steps should you require additional sources to be compiled during the same compilation step
- Create a file named _Events.groovy under the scripts directory.
- Create a build event handler that configures the new path. The handler must react to a particular build event. Either CompileStart or CompileSourcesStart will do the trick.
Keep on Groovying!