Describe the bug
After switching from 3.1.3 to 3.1.4 there's an immediate issue with gradle sync
Unable to find method ''java.util.stream.Collector com.google.common.collect.ImmutableList.toImmutableList()''
'java.util.stream.Collector com.google.common.collect.ImmutableList.toImmutableList()'
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
To Reproduce
Steps to reproduce the behavior:
- Switch to latest release 3.1.4
- See error
Expected behavior
Gradle sync should complete normally
Desktop (please complete the following information):
- OS: [e.g. OS X]
- Gradle Version: [e.g. 3.7.6]
- JVM Version and Flavor [e.g. Java 8, Open JDK]
- Nexus IQ Server Version: [e.g. 82]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
After switching from 3.1.3 to 3.1.4 there's an immediate issue with gradle sync
Unable to find method ''java.util.stream.Collector com.google.common.collect.ImmutableList.toImmutableList()''
'java.util.stream.Collector com.google.common.collect.ImmutableList.toImmutableList()'
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Gradle sync should complete normally
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.