We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If the configuration in the maven plugin contains the following fragment
<sourceLinks> <link> <path>${project.basedir}</path> <url>https://URL_TO_YOUR_SOURCECODE</url> <lineSuffix>#L</lineSuffix> </link> </sourceLinks>
the plugin fails with: Incorrect path property, only Unix based path allowed.
Expected behaviour Running on windows it should just be able to work with windows paths.
To Reproduce Use your example maven project and build it on windows.
Dokka configuration see above
Installation
The text was updated successfully, but these errors were encountered:
I've made a PR #3046 which should at least allow you to use relative paths for your Maven projects, since absolute paths on Windows would not work
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If the configuration in the maven plugin contains the following fragment
the plugin fails with: Incorrect path property, only Unix based path allowed.
Expected behaviour
Running on windows it should just be able to work with windows paths.
To Reproduce
Use your example maven project and build it on windows.
Dokka configuration
see above
Installation
The text was updated successfully, but these errors were encountered: