Skip to content

Commit e6736d9

Browse files
#136 use javac compiler as default
also update compiler dependencies
1 parent 91bf4ca commit e6736d9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,17 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-compiler-plugin</artifactId>
101-
<version>3.8.1</version>
102-
<configuration>
103-
<compilerId>groovy-eclipse-compiler</compilerId>
104-
</configuration>
101+
<version>3.13.0</version>
105102
<dependencies>
106103
<dependency>
107104
<groupId>org.codehaus.groovy</groupId>
108105
<artifactId>groovy-eclipse-compiler</artifactId>
109-
<version>3.3.0-01</version>
106+
<version>3.7.0</version>
110107
</dependency>
111108
<dependency>
112109
<groupId>org.codehaus.groovy</groupId>
113110
<artifactId>groovy-eclipse-batch</artifactId>
114-
<version>2.5.6-01</version>
111+
<version>3.0.8-01</version>
115112
</dependency>
116113
</dependencies>
117114
</plugin>

0 commit comments

Comments
 (0)