Error:Cannot compile Groovy files: no Groovy library is defined for module 'ocm-impl-nw-web-resources'

已回答

I am using IntelliJ 2020.1.1 and facing the below issue

Error:Cannot compile Groovy files: no Groovy library is defined for module 'ocm-impl-nw-web-resources'

0

Hello,

Is it reproducible with some sample project?

0

Could you please attach it?

0

No, I can't attach my project, It is against my company norms.

If you have any specific questions please ask me I will reply it.

I am using adoptopenjdk-8.jdk, jboss-eap-6.4.0-dev,apache-maven-3.6.1, 

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-backports-compat23</artifactId>
<version>2.4.5</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
</dependency>

 

0

Is it possible to reproduce the issue with some project that doesn't contain proprietary code? So we may use it for investigation?

0

请先登录再写评论。