Skip to content

Commit

Permalink
Bundler: Pass the definitionFilePath property introduced by a paralle…
Browse files Browse the repository at this point in the history
…l merge
  • Loading branch information
sschuberth committed May 7, 2018
1 parent b9f06e1 commit 657bc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/src/main/kotlin/managers/Bundler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class Bundler : PackageManager() {
name = projectName,
version = version
),
definitionFilePath = VersionControlSystem.getPathToRoot(definitionFile) ?: "",
declaredLicenses = declaredLicenses.toSortedSet(),
aliases = emptyList(),
vcs = VcsInfo.EMPTY,
Expand Down

0 comments on commit 657bc9c

Please sign in to comment.