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

Avoid snapshotting sourceLink.localDirectory input #2807

Merged
merged 5 commits into from
Jan 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor: expand documentation of sourceLink.localDirectory
  • Loading branch information
ilya-g committed Jan 10, 2023
commit 1a8d17f87c7ebaa64d772bce91c184ebc3581332
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 31,10 @@ class GradleSourceLinkBuilder(
/**
* Path to the local source directory. The path must be relative to the root of current project.
*
* This path is used to find relative paths of the source files from which the documentation is built.
* These relative paths are then combined with the base url of a source code hosting service specified with
* the [remoteUrl] property to create source links for each declaration.
*
* Example:
*
* ```kotlin
Expand Down