This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
Hi All,
I am trying to generate raml from Jaxrs application. I have guava-19.0.jar and jersey-guava-2.24.jar in the classpath. When i run the gradle task to generate raml i get the below error
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.FluentIterable.of(Ljava/lang/Object;)
Please suggest if i need to downgrade any versions for getting the raml auto generated