Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PurlUtils): Add optional parameters to
toPurl
The commit 7da5ae9 changed the visibility of `createPurl`, `toPurl` has become the only public ORT function for plugins to generate Purls. Since this function does not support qualifiers nor subpath, these two parameters have to be added to the function signature with default values. The `JvmOverloads` annotation is used to make this function with default parameters compatible with calls coming from FreeMarker templates. Signed-off-by: Nicolas Nobelis <[email protected]>
- Loading branch information