Skip to content

Commit

Permalink
Clarify custom source dirs doc
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed May 15, 2023
1 parent a36743e commit 1f702ae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ abstract class SentryPluginExtension @Inject constructor(project: Project) {

/**
* Configure additional directories to be included in the source bundle which is used for
* source context.
* source context. The directories should be specified relative to the Gradle module/project's
* root. For example, if you have a custom source set alongside 'main', the parameter would be
* 'src/custom/java'.
*/
val additionalSourceDirsForSourceContext: SetProperty<String> = objects.setProperty(
String::class.java
Expand Down

0 comments on commit 1f702ae

Please sign in to comment.