You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing a build step, e.g. 'gradle build' or 'mvn build', capstan won't find the gradle or mvn executable (executable file not found), unless it's in one of the default PATHS, like usr/local/bin or usr/bin. Other locations won't work (e.g. ~/dev/maven/bin), despite being added to the PATH in a .bash_profile.
Workaround: install gradle or maven using brew, then it will be picked up properly.
The text was updated successfully, but these errors were encountered:
When executing a build step, e.g. 'gradle build' or 'mvn build', capstan won't find the gradle or mvn executable (executable file not found), unless it's in one of the default PATHS, like usr/local/bin or usr/bin. Other locations won't work (e.g. ~/dev/maven/bin), despite being added to the PATH in a .bash_profile.
Workaround: install gradle or maven using brew, then it will be picked up properly.
The text was updated successfully, but these errors were encountered: