Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Sep 4, 2024
1 parent fe13c02 commit 881b937
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 881b937

Please sign in to comment.