Browse Source
Prior to this change, the Gradle API Diff task was failing due to a missing class (a Guava class) during processing. This might be a dependency that was previously brought by some other dependency. This commit adds that dependency as a workaround, and improves the Gradle API Diff task to only select relevant projects when running the task (projects using the Java Plugin and the Maven Publish Plugin).pull/23681/head
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue