buildSrc/src/main/groovy/org/grails/forge/internal/tasks/GenerateManpageAsciidoc.java [34:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Input
    public abstract Property<String> getMainClass();

    @Classpath
    public abstract ConfigurableFileCollection getClasspath();

    @OutputDirectory
    public abstract DirectoryProperty getOutputDirectory();

    @Inject
    protected abstract ExecOperations getExecOperations();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



buildSrc/src/main/groovy/org/grails/forge/internal/tasks/PicocliBuildCompletionTask.java [33:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Input
    public abstract Property<String> getMainClass();

    @Classpath
    public abstract ConfigurableFileCollection getClasspath();

    @OutputDirectory
    public abstract DirectoryProperty getOutputDirectory();

    @Inject
    protected abstract ExecOperations getExecOperations();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



