-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(javac): Add java_javac_sourcepath variable #3173
Conversation
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The classpath variable works with a string instead of an array. For consistency I think would be good to make this new but related variable too a string or even better make both variables classpath
and sourcepath
support both strings and arrays.
Okay, I will adjust the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvement on javac configuration.
@nibocn Are you planning more changes? if not I can merge this change. |
@hsanson That's all, thanks. |
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory)