/* * This file is licensed under the GNU General Public License, Version 2. */ /** * Default wrapper script for Groovy builds. This script inspects the first * comments in the script to run and checks if they contain any task package * enable instructions. */ debug "In wrapper.groovy" // By using include we make sure that task packages that are specified in the // script's header will be enabled. include org_schmant_scriptFile