3.7.4 Additional Sources - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
3.7.4 Additional Sources
There may be times where additional sources should be compiled along with application sources, for example when a custom patch is needed when targetting a particular platform or applying a security fix that should not be included in the application's versioned sources.Additional sources may be defined inBuildConfig.groovy
in the following waygriffon.compiler.additional.sources = [ 'path/to/custom.patch.directory', 'path/to/security.fix.directory' ]