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
Refactored OomphIdeExtension.linkedResource to be local, and to lazily resolve the file.
In a gradle DSL, anytime you want a File, you can do `project.file(Object input)` and it will give you a file. That way the input can be a File or a relative path, and gradle will resolve it to relative to the project.
/** Links the given target into the workspace with the given name, see [eclipse manual](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-13.htm). */
0 commit comments