trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output files generated in the project folder

CristianGM opened this issue · comments

there are a los of .output files generated on the project folder ( later cleaned ), they should be in any temporary folder inside build.

This one may be hard. IIRC composer just puts them in the directory from which it was invoked without option to control placement. we may need to PR them.

in the directory from which it was invoked

Maybe I could use setWorkingDir on the javaExec task to force it into the build dir? 🤔

Guess I don't have a good excuse for this one now that we hard forked the upstream tools.