Open francescocervone opened 7 months ago
We recently added a module replacement rule to address an issue with Guava and Listenablefuture caused by the latest stable Android Gradle Plugin 8.3.
Basically we added this to our root build.gradle file:
build.gradle
allprojects { dependencies { modules { module("com.google.guava:listenablefuture") { replacedBy("com.google.guava:guava") } } } }
When we launch license[Variant]Report, the task fails with a StackOverflowError. I'm not sure if this is a bug of this plugin or Gradle.
license[Variant]Report
Here is the stacktrace
We recently added a module replacement rule to address an issue with Guava and Listenablefuture caused by the latest stable Android Gradle Plugin 8.3.
Basically we added this to our root
build.gradle
file:When we launch
license[Variant]Report
, the task fails with a StackOverflowError. I'm not sure if this is a bug of this plugin or Gradle.Here is the stacktrace