First, I would like to congratulate, your extension is GREAT 👏 👏 👏
Current behavior
As found in the documentation: "A root project (projectDir) is defined by having a gradle wrapper script at the root (gradlew or gradlew.bat)"
solution you'd like
It would be a nice feature to have settings to configure build.gradle and gradlew path.
A path relative to (projectDir):
example: ./src/tasks/
Which could be interpreted by the extension in:
$workspaceDir/src/tasks/gradlew
$workspaceDir/src/tasks/build.gradle
First, I would like to congratulate, your extension is GREAT 👏 👏 👏
Current behavior
As found in the documentation: "A root project (projectDir) is defined by having a gradle wrapper script at the root (gradlew or gradlew.bat)"
solution you'd like
It would be a nice feature to have settings to configure build.gradle and gradlew path.
A path relative to (projectDir):
example: ./src/tasks/
Which could be interpreted by the extension in:
$workspaceDir/src/tasks/gradlew
$workspaceDir/src/tasks/build.gradle