Closed
Description
Issue Description
The custom template don't work properly with the Gradle Plugin since the daemon folder is used as root instead of the project folder.
Steps to Reproduce
Try to configure a custom template using the gradle plugin.
The root folder is going to be the gradle daemon root.
Expected Result
It should use the project folder as the root.
Actual Result
It uses the daemon root.
Your Environment and Setup
- graphql-java-codegen version: 5.7.1
- Build tool: Gradle