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
The current directory is prepended to the rootFolder, which makes it impossible to use absolute paths. Only relative paths (../../workspace) will work.
I assume line 166 is the problem - but just testing things out so I did not want to try changing anything yet.
def rootFolder = (project.multiproject.rootFolder ? new File(project.projectDir, project.multiproject.rootFolder).canonicalFile : project.projectDir)
The text was updated successfully, but these errors were encountered:
rootFolder '/tmp/workspace'
The current directory is prepended to the rootFolder, which makes it impossible to use absolute paths. Only relative paths (../../workspace) will work.
I assume line 166 is the problem - but just testing things out so I did not want to try changing anything yet.
def rootFolder = (project.multiproject.rootFolder ? new File(project.projectDir, project.multiproject.rootFolder).canonicalFile : project.projectDir)
The text was updated successfully, but these errors were encountered: