Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Apr 27, 2024
1 parent 39b02b5 commit 577da8c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public void createTaskAndConfiguration() {
configuration.getAllDependencies().configureEach(dep ->
this.enable()
);
// jarJar configurations should be resolvable, but ought not to be exposed to consumers;
// as it has attributes, it could conflict with normal exposed configurations
configuration.setCanBeResolved(true);
configuration.setCanBeConsumed(false);

Expand Down

0 comments on commit 577da8c

Please sign in to comment.