Skip to content

Commit

Permalink
docs(model): Mention constraints for sourceCodeOrigins property
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Mar 15, 2024
1 parent 986c762 commit 2fefbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model/src/main/kotlin/config/DownloaderConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ data class DownloaderConfiguration(
val skipExcluded: Boolean = false,

/**
* Configuration of the considered source code origins and their priority order.
* Configuration of the considered source code origins and their priority order. This must not be empty and not
* contain any duplicates.
*/
val sourceCodeOrigins: List<SourceCodeOrigin> = listOf(SourceCodeOrigin.VCS, SourceCodeOrigin.ARTIFACT)
) {
Expand Down

0 comments on commit 2fefbc1

Please sign in to comment.