Forum Discussion
1 Reply
- GiscardNFrequent ContributorHi,
The project property "Resource Root" with value ${projectDir} will make references to the project's directory still for resources that you use in your project.
When doing your check, please define the project path as follows:
def projectDir = groovyUtils.projectPath
Thanks,
Giscard
SmartBear Support