Skip to content

Commit

Permalink
Revert "updating comment"
Browse files Browse the repository at this point in the history
This reverts commit 881b937.

(cherry picked from commit 96c32b0)
  • Loading branch information
gsmet committed Sep 13, 2024
1 parent 17c505e commit 10ee392
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 pick up all dependencies set in the serialized ApplicationModel.
// This will only pickup direct dependencies and not transitives
// 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 10ee392

Please sign in to comment.