package com.perforce.workshop.tjuricek.initializer_gradle_plugin class InitializerExtension { /** * The directory that overrides the default src/test/perforce where we * look for JSON data */ def File sources def Object templateContext; /** * The directory for temporary clients used in initialization, defaults to * build/perforce/clients */ def File clientRoot; }