Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 881b937)
  • Loading branch information
cdsap authored and gsmet committed Sep 6, 2024
1 parent 9149c32 commit 89394aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Optional<ImageCheckRequirementsTask.Builder> builderFromSystemProperties() {
}

List<ImageCheckRequirementsTask.Builder> availableBuilders() throws IOException {
// This will only pickup direct dependencies and not transitives
// This will pick up all dependencies set in the serialized ApplicationModel.
// This means that extensions like quarkus-container-image-openshift via quarkus-openshift are not picked up
// So, let's relax our filters a bit so that we can pickup quarkus-openshift directly (relax the prefix requirement).
ApplicationModel appModel = ToolingUtils.deserializeAppModel(getApplicationModel().get().getAsFile().toPath());
Expand Down

0 comments on commit 89394aa

Please sign in to comment.