Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current path appended to the rootFolder #19

Open
java4africa opened this issue Jan 28, 2015 · 0 comments
Open

Current path appended to the rootFolder #19

java4africa opened this issue Jan 28, 2015 · 0 comments

Comments

@java4africa
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant