-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
baseline-exact-dependencies stops resolving compileOnly (#1260)
Fix baseline-exact-dependencies to no longer resolve compileOnly directly. Instead, we create another configuration extending from `compileOnly`, which we tell to resolve only compile variants (so they'll be guaranteed to be the same variants as what's resolved by `compileClasspath`). Also, excluding `annotationProcessor` was bogus because annotationProcessor is entirely independent from the other java configurations and doesn't end up in compileClasspath at all.
- Loading branch information
1 parent
9fd368b
commit d8be9cd
Showing
4 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: fix | ||
fix: | ||
description: Fix baseline-exact-dependencies to no longer resolve compileOnly directly. | ||
links: | ||
- https://github.com/palantir/gradle-baseline/pull/1260 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters