We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bf4ca commit e6736d9Copy full SHA for e6736d9
pom.xml
@@ -98,20 +98,17 @@
98
<plugin>
99
<groupId>org.apache.maven.plugins</groupId>
100
<artifactId>maven-compiler-plugin</artifactId>
101
- <version>3.8.1</version>
102
- <configuration>
103
- <compilerId>groovy-eclipse-compiler</compilerId>
104
- </configuration>
+ <version>3.13.0</version>
105
<dependencies>
106
<dependency>
107
<groupId>org.codehaus.groovy</groupId>
108
<artifactId>groovy-eclipse-compiler</artifactId>
109
- <version>3.3.0-01</version>
+ <version>3.7.0</version>
110
</dependency>
111
112
113
<artifactId>groovy-eclipse-batch</artifactId>
114
- <version>2.5.6-01</version>
+ <version>3.0.8-01</version>
115
116
</dependencies>
117
</plugin>
0 commit comments