Skip to content

Commit

Permalink
Merge pull request #19418 from famod/gradle-tooling-api-warnings
Browse files Browse the repository at this point in the history
Make gradle-tooling-api optional to remove a myriad of warnings in CI
  • Loading branch information
famod authored Aug 16, 2021
2 parents 880831a + 43aa066 commit ab46580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions independent-projects/bootstrap/gradle-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<dependency>
<groupId>org.gradle</groupId>
<artifactId>gradle-tooling-api</artifactId>
<!--
This will be bundled via shade-plugin (see further down), so don't propagate it.
Note: "provided" scope doesn't work that well with shade-plugin.
-->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
Expand Down

0 comments on commit ab46580

Please sign in to comment.