omkreddy opened a new pull request, #12779: URL: https://github.com/apache/kafka/pull/12779
gradle allDepInsight task is failing with gradle 7.5. Fixed the issue by setting the option `showingAllVariants = false` for DependencyInsightReportTask ``` ➜ ./gradlew allDepInsight --configuration spotbugs --dependency org.apache.commons:commons-text > Configure project : Starting build with version 3.4.0-SNAPSHOT (commit id 215d4f93) using Gradle 7.5.1, Java 1.8 and Scala 2.13.8 Build properties: maxParallelForks=16, maxScalacThreads=8, maxTestRetries=0 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':clients:allDepInsight'. > Cannot query the value of task ':clients:allDepInsight' property 'showingAllVariants' because it has no value available. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org