In the pom.xml I wrote
<dependency>
<groupId>com.merapar</groupId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>RELEASE</version>
</dependency>
In IntelliJ with Maven I downloaded the sources and documentation.
Now I get this warning:
Library source does not match the bytecode for class GraphQlExecutorImpl
RELEASE is interpreted as 1.0.2
In the pom.xml I wrote
In IntelliJ with Maven I downloaded the sources and documentation.
Now I get this warning:
RELEASE is interpreted as 1.0.2