Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-25 21:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-25 21:09:07 +0300
commite93121b42cb4ca672c893c6be0a8af0c8d9f7987 (patch)
treece7516c91e058ca8d940ea55b2a65a36f0612a1e /app/finders
parentc93641ef29cf43b834bb02101ebfe5a9f76bff92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/packages/maven/package_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/packages/maven/package_finder.rb b/app/finders/packages/maven/package_finder.rb
index ba3d4631f55..f175756ca33 100644
--- a/app/finders/packages/maven/package_finder.rb
+++ b/app/finders/packages/maven/package_finder.rb
@@ -33,7 +33,7 @@ module Packages
end
def packages_with_path
- matching_packages = base.only_maven_packages_with_path(path)
+ matching_packages = base.only_maven_packages_with_path(path, use_cte: group.present?)
matching_packages = matching_packages.order_by_package_file if versionless_package?(matching_packages)
matching_packages