Skip to content

Commit

Permalink
Activate the models when building dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 13, 2024
1 parent fccdc24 commit 2ea36db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1746,8 +1746,7 @@ boolean isBuildRequest() {
}

boolean isBuildRequestWithActivation() {
return request.getRequestType() == ModelBuilderRequest.RequestType.BUILD_PROJECT
|| request.getRequestType() == ModelBuilderRequest.RequestType.BUILD_EFFECTIVE;
return request.getRequestType() != ModelBuilderRequest.RequestType.BUILD_CONSUMER;
}

private List<Profile> interpolateActivations(
Expand Down

0 comments on commit 2ea36db

Please sign in to comment.